timely::communication::allocator::thread

Type Alias ThreadPusher

Source
pub type ThreadPusher<T> = Pusher<T, Pusher<T>>;
Expand description

Thread-local counting channel push endpoint.

Aliased Typeยง

struct ThreadPusher<T> { /* private fields */ }