Module timely_communication::allocator
source · Expand description
Types and traits for the allocation of channels.
Re-exports§
pub use self::thread::Thread;
pub use self::process::Process;
pub use self::generic::Generic;
pub use self::generic::GenericBuilder;
Modules§
- A helper struct to report when something has been dropped.
- Push and Pull wrappers to maintain counts of messages in channels.
- A generic allocator, wrapping known implementors of
Allocate
. - Typed inter-thread, intra-process channels.
- Intra-thread communication.
- Allocators based on serialized data which avoid copies.
Traits§
- A type capable of allocating channels.
- A proto-allocator, which implements
Send
and can be completed withbuild
. - A type that can be sent along an allocated channel.