rust/src/libstd/unstable
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
..
atomics.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
dynamic_lib.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
finally.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
intrinsics.rs register snapshots 2013-10-23 18:06:12 -04:00
lang.rs mark some functions as returning ! 2013-10-23 22:23:28 -04:00
mod.rs Remove the fmt! syntax extension 2013-10-18 16:01:40 -07:00
raw.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs Implement a basic event loop built on LittleLock 2013-10-24 23:49:11 -07:00