[][src]Module timely_communication::allocator

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

canary

A helper struct to report when something has been dropped.

counters

Push and Pull wrappers to maintain counts of messages in channels.

generic

A generic allocator, wrapping known implementors of Allocate.

process

Typed inter-thread, intra-process channels.

thread

Intra-thread communication.

zero_copy

Allocators based on serialized data which avoid copies.

Enums

Event

A communication channel event.

Traits

Allocate

A type capable of allocating channels.

AllocateBuilder

A proto-allocator, which implements Send and can be completed with build.