]> git.lizzy.rs Git - rust.git/commit
Runtime removal: fully remove rtio
authorAaron Turon <aturon@mozilla.com>
Fri, 17 Oct 2014 20:39:27 +0000 (13:39 -0700)
committerAaron Turon <aturon@mozilla.com>
Sun, 9 Nov 2014 04:40:39 +0000 (20:40 -0800)
commitfa94fdad3e880d2d6cbd82c12bd12caefbeb81a8
tree0106666f15341d9d050e99ca73acaf3a2d22d7a5
parent431dcdc840a27f7c7418b7dff73a329eada8a407
Runtime removal: fully remove rtio

This patch cleans up the remnants of the runtime IO interface.

Because this eliminates APIs in `libnative` and `librustrt`, it is a:

[breaking-change]

This functionality is likely to be available publicly, in some form,
from `std` in the future.
src/libgreen/basic.rs
src/libgreen/simple.rs
src/libgreen/task.rs
src/libnative/io/mod.rs [deleted file]
src/libnative/lib.rs
src/libnative/task.rs
src/librustrt/lib.rs
src/librustrt/rtio.rs
src/librustrt/task.rs
src/libstd/io/mod.rs
src/libstd/sys/unix/mod.rs