Module timely_communication::allocator [] [src]

Types and traits for the allocation of channels between threads, process, and computers.

Reexports

pub use self::thread::Thread;
pub use self::process::Process;
pub use self::binary::Binary;
pub use self::generic::Generic;

Modules

binary
generic

A generic allocator, wrapping known implementors of Allocate.

process
thread

Traits

Allocate