Brian Anderson
|
ab284d44d8
|
core::rt Restructure some modules
Put all uv code under rt::uv, as if it were in its own crate.
Pull local_sched out of rt::sched.
|
2013-05-13 14:24:10 -07:00 |
|
Brian Anderson
|
93ca5ebccb
|
core::rt: Clean up the interface to rtio
Make names that better match rt::io. Return error types.
|
2013-05-13 14:24:10 -07:00 |
|
Brian Anderson
|
b2fbd34603
|
core::rt: Begin implementing TcpStream
This ended up touching a lot of code related to error handling.
|
2013-05-13 14:24:10 -07:00 |
|
Brian Anderson
|
8081e8debf
|
Register snapshots
|
2013-05-04 15:43:51 -07:00 |
|
Brian Anderson
|
c44d7a6486
|
core::rt: Declare large parts of the I/O API
|
2013-04-19 12:05:18 -07:00 |
|
Niko Matsakis
|
61b9e0ebfa
|
core: changes in response to #5656
|
2013-04-10 17:32:03 -07:00 |
|
Brian Anderson
|
30d4124a37
|
Merge remote-tracking branch 'brson/rt'
Conflicts:
src/libcore/rt/context.rs
src/libcore/rt/sched.rs
src/libcore/rt/thread.rs
src/libcore/rt/uv.rs
|
2013-03-25 12:28:54 -07:00 |
|
Brian Anderson
|
9a075f264a
|
core: Rename rt::io to rt::rtio
This is an internal interface. I want to use rt::io for public interfaces.
|
2013-03-18 16:59:37 -07:00 |
|