pub type ThreadPuller<T> = Puller<T, Puller<T>>;
Thread-local counting channel pull endpoint.
struct ThreadPuller<T> { /* private fields */ }