Structs§
- Stream
Actor - A stream represents a linear sequence of execution. Operations on different streams can execute concurrently.
- Stream
Params - Parameters for creating a
Stream
.
Enums§
- Stream
Message - Messages handled by the stream. Generally these are stream-local versions of
crate::WorkerMessage
.
Constants§
Traits§
- Stream
Message Client - The custom client trait for this message type.
- Stream
Message Handler - The custom handler trait for this message type.