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

Thread-local counting channel pull endpoint.

Aliased Type§

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