timely_communication::allocator::threadType Alias ThreadPusher
Source pub type ThreadPusher<T> = Pusher<T, Pusher<T>>;
Expand description
Thread-local counting channel push endpoint.
struct ThreadPusher<T> { }
Implementations
Wraps a pusher with a message counter.
Trait Implementations
Pushes element
with the opportunity to take ownership.
Pushes element
and drops any resulting resources.
Pushes None
, conventionally signalling a flush.