timely::communication::allocator::thread

Type Alias ThreadPuller

Source
pub type ThreadPuller<T> = Puller<T, Puller<T>>;
Expand description

Thread-local counting channel pull endpoint.

Aliased Typeยง

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