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

type ThreadPusher<T> = Pusher<T, Pusher<T>>;

Thread-local counting channel push endpoint.