rust/src/libstd/task
Alex Crichton 64a5c3bc1e Implement a basic event loop built on LittleLock
It's not guaranteed that there will always be an event loop to run, and this
implementation will serve as an incredibly basic one which does not provide any
I/O, but allows the scheduler to still run.

cc #9128
2013-10-24 23:49:11 -07:00
..
mod.rs Implement a basic event loop built on LittleLock 2013-10-24 23:49:11 -07:00
spawn.rs Migrate Rtio objects to true trait objects 2013-10-24 14:21:57 -07:00