[][src]Module timely::communication

Re-export of the timely_communication crate.

Modules

allocator

Types and traits for the allocation of channels.

initialize

Initialization logic for a generic instance of the Allocate channel allocation trait.

logging

Configuration and events for communication logging.

message

Types wrapping typed data.

networking

Networking code for sending and receiving fixed size Vec<u8> between machines.

Traits

Data

A composite trait for types that may be used with channels.

Pull

Pulling elements of type T.

Push

Pushing elements of type T.