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.
- Thread
Builder - Builder for single-threaded allocator.
Type Aliases§
- Thread
Puller - Thread-local counting channel pull endpoint.
- Thread
Pusher - Thread-local counting channel push endpoint.