Type Definition timely::communication::allocator::thread::ThreadPuller[][src]

type ThreadPuller<T> = Puller<T, Puller<T>>;

Thread-local counting channel pull endpoint.