Module thread

Source
Expand description

Intra-thread communication.

Structs§

Puller
The pull half of an intra-thread channel.
Pusher
The push half of an intra-thread channel.
Thread
An allocator for intra-thread communication.
ThreadBuilder
Builder for single-threaded allocator.

Type Aliases§

ThreadPuller
Thread-local counting channel pull endpoint.
ThreadPusher
Thread-local counting channel push endpoint.