Struct std::sync::mpmc_bounded_queue::Queue[src]
pub struct Queue<T> {
// some fields omitted
}pub struct Queue<T> {
// some fields omitted
}impl<T: Send> Queue<T>fn with_capacity<T: Send>(capacity: uint) -> Queue<T>fn push<T: Send>(&self, value: T) -> boolfn pop<T: Send>(&self) -> Option<T>impl<T: Send> Clone for Queue<T>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).