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

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

Thread-local counting channel push endpoint.