timely::communication::allocator::threadType Alias ThreadPuller
Source pub type ThreadPuller<T> = Puller<T, Puller<T>>;
Expand description
Thread-local counting channel pull endpoint.
struct ThreadPuller<T> { }
Implementations
Wraps a puller with a message counter.
Trait Implementations
Pulls an element and provides the opportunity to take ownership.
Read more
Takes an Option<T>
and leaves None
behind.