rust/src/libstd/rt/uv
2013-08-20 15:48:59 -07:00
..
async.rs std::rt: Change Thread interface to require an explicit join 2013-07-30 14:23:44 -07:00
file.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
idle.rs an attempt at a singleton pausible idle callback for each scheduler. suffers from nondeterministic deadlock and also pending scheduler messages on scheduler shutdown. 2013-08-16 16:37:09 -07:00
mod.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
net.rs Use FromStr for IpAddr in rt::uv::net 2013-08-06 20:46:58 +04:00
timer.rs libstd: Implement {peer, socket}_name for new rt tcp & udp. 2013-07-25 05:57:52 -04:00
uvio.rs Fixed a memory leak caused by the singleton idle callback failing to close correctly. The problem was that the close function requires running inside a callback in the event loop, but we were trying to close the idle watcher after the loop returned from run. The fix was to just call run again to process this callback. There is an additional tweak to move the initialization logic fully into bootstrap, so tasks that do not ever call run do not have problems destructing. 2013-08-20 15:48:59 -07:00
uvll.rs Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -07:00