rust/src/libsync
Marvin Löbel 3158047a45 Cleaned up std::any
- Added `TraitObject` representation to `std::raw`.
- Added doc to `std::raw`.
- Removed `Any::as_void_ptr()` and `Any::as_mut_void_ptr()`
  methods as they are uneccessary now after the removal of
  headers on owned boxes. This reduces the number of virtual calls needed.
- Made the `..Ext` implementations work directly with the repr of
  a trait object.
- Removed `Any`-related traits from the prelude.

- Added bench for `Any`
2014-03-04 21:10:23 +01:00
..
sync Cleaned up std::any 2014-03-04 21:10:23 +01:00
arc.rs sync: Rename arc::Condvar to arc::ArcCondvar. 2014-03-01 00:11:56 +11:00
comm.rs
future.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
lib.rs sync: Rename arc::Condvar to arc::ArcCondvar. 2014-03-01 00:11:56 +11:00
task_pool.rs