rust/src/libgreen
Huon Wilson 76a59fd6e2 std: add an RAII unlocker to Mutex.
This automatically unlocks its lock when it goes out of scope, and
provides a safe(ish) method to call .wait.
2014-02-16 10:13:56 +11:00
..
basic.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
context.rs Remove two allocations from spawning a green task 2014-02-13 20:31:17 -08:00
coroutine.rs Remove two allocations from spawning a green task 2014-02-13 20:31:17 -08:00
lib.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
macros.rs green: Remove io_error usage 2014-02-03 09:32:34 -08:00
message_queue.rs Shuffle around ownership in concurrent queues 2014-02-11 16:32:00 -08:00
sched.rs std: add an RAII unlocker to Mutex. 2014-02-16 10:13:56 +11:00
simple.rs std: Remove try_send_deferred plus all fallout 2014-02-03 12:05:16 -08:00
sleeper_list.rs
stack.rs Fix a bug where cached stacks weren't re-used 2014-02-13 20:29:46 -08:00
task.rs std: add an RAII unlocker to Mutex. 2014-02-16 10:13:56 +11:00