Type Alias timely::communication::allocator::thread::ThreadPusher
source · pub type ThreadPusher<T> = Pusher<T, Pusher<T>>;
Expand description
Thread-local counting channel push endpoint.
Aliased Type§
struct ThreadPusher<T> { /* private fields */ }