Files
tokio/tests
Aaron Turon 503f4a0405 Polish tokio-core in prep for overall 0.1 release
This commit makes a few tweaks to the new `easy` module:

- Rename `Parse` to `Decode`, and `Serialize` to `Encode`.

- Don't use `Poll` for the `decode` method; we prefer to reserve
  that type for actual aync events, and in particular for a `NotReady`
  result to imply that some task scheduling has taken place. Instead,
  use an internal `Option`.
2016-10-25 15:15:18 -07:00
..
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00