pub type ThreadPusher<T> = Pusher<T, Pusher<T>>;
Thread-local counting channel push endpoint.
struct ThreadPusher<T> { /* private fields */ }