rust/src/libsync
Steven Fackler adeeadf49f Move task::task() to TaskBuilder::new()
The constructor for `TaskBuilder` is being changed to an associated
function called `new` for consistency with the rest of the standard
library.

Closes #13666

[breaking-change]
2014-04-23 20:02:02 -07:00
..
arc.rs sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables) 2014-04-08 00:03:11 -07:00
comm.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
future.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
lib.rs Register new snapshots 2014-04-04 13:23:08 -07:00
lock.rs Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
mpsc_intrusive.rs sync: Switch field privacy as necessary 2014-03-31 15:47:35 -07:00
mutex.rs sync: Switch field privacy as necessary 2014-03-31 15:47:35 -07:00
one.rs sync: Switch field privacy as necessary 2014-03-31 15:47:35 -07:00
raw.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
task_pool.rs Register new snapshots 2014-04-08 00:03:11 -07:00