rust/src/libsync
Flavio Percoco 81ec1f3c18 Rename Pod into Copy
Summary:
So far, we've used the term POD "Plain Old Data" to refer to types that
can be safely copied. However, this term is not consistent with the
other built-in bounds that use verbs instead. This patch renames the Pod
kind into Copy.

RFC: 0003-opt-in-builtin-traits

Test Plan: make check

Reviewers: cmr

Differential Revision: http://phabricator.octayn.net/D3
2014-03-28 10:34:02 +01:00
..
arc.rs sync: Update the arc module 2014-03-24 17:17:46 -07:00
comm.rs comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00
future.rs Fix fallout of removing default bounds 2014-03-27 10:14:50 -07:00
lib.rs comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00
lock.rs sync: Introduce new wrapper types for locking 2014-03-23 09:45:20 -07:00
mpsc_intrusive.rs sync: Move the concurrent queue to using &self 2014-03-23 09:45:19 -07:00
mutex.rs sync: Move the Mutex type to using &self 2014-03-23 09:45:20 -07:00
one.rs sync: Move Once to using &self 2014-03-23 09:45:20 -07:00
raw.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00
task_pool.rs Fix fallout of removing default bounds 2014-03-27 10:14:50 -07:00