summaryrefslogtreecommitdiffstats
path: root/src/io/task.rs
AgeCommit message (Collapse)Author
2016-09-07Tweak TaskIo wording and suchAlex Crichton
* Remove TaskIo * task_split -> split * TaskIoRead -> ReadHalf * TaskIoWrite -> WriteHalf Closes #18
2016-08-31Update to futures masterAlex Crichton
* Remove `LoopData` as it's no longer necessary * Add `LoopHandle::spawn` to spawn new futures onto an event loop * Add `LoopData::spawn` to also spawn new futures onto an event loop * Rejigger the implementation of the event loop a bit (make a slab of futures), but otherwise everything else is pretty constant.
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton
Renames the futures-mio crate to tokio-core, pulls in the futures-io crate under an `io` module, and gets everything compiling.