rust/src/libstd/task
Steven Stewart-Gallus d0b7515aed Change concurrency primitives to standard naming conventions
To be more specific:

`UPPERCASETYPE` was changed to `UppercaseType`
`type_new` was changed to `Type::new`
`type_function(value)` was changed to `value.method()`
2013-07-27 22:06:29 -07:00
..
local_data_priv.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
mod.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
rt.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
spawn.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00