Module timely::communication::allocator

source ·
Expand description

Types and traits for the allocation of channels.

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.

Structs§

  • An allocator for inter-thread, intra-process communication
  • An allocator for intra-thread communication.

Enums§

  • Enumerates known implementors of Allocate. Passes trait method calls on to members.
  • Enumerations of constructable implementors of Allocate.

Traits§

  • A type capable of allocating channels.
  • A proto-allocator, which implements Send and can be completed with build.