]> git.lizzy.rs Git - rust.git/commit
rustuv: Write homing tests with SchedPool
authorAlex Crichton <alex@alexcrichton.com>
Sat, 14 Dec 2013 00:56:50 +0000 (16:56 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Dec 2013 03:59:53 +0000 (19:59 -0800)
commit14caf00c92b40e3f62094db54f325196c8a05d5a
tree0b44af85b516274a99d19098eb7506a9d92ca4ae
parent3893716390f2c4857b7e8b1705a6344f96b85bb6
rustuv: Write homing tests with SchedPool

Use the previous commit's new scheduler pool abstraction in libgreen to write
some homing tests which force an I/O handle to be homed from one event loop to
another.
src/libgreen/lib.rs
src/libgreen/sched.rs
src/libgreen/task.rs
src/librustuv/homing.rs