Expand description
Concurrent connection worker that returns an event queue of new channel handles and notifications, operating in the background.
Structs§
- Connection
Handle - Handle to a connection worker that accepts new channels as channel handles and relays messages.
Enums§
- Worker
Event - Event about the connection that whatever is holding the worker handle would be interested in.
Functions§
- conn_
worker_ task - spawn_
connection_ worker - Spawns a connection worker and returns a [
WorkerHandle] to it.