Module stream

Source

Structs§

StreamActor
A stream represents a linear sequence of execution. Operations on different streams can execute concurrently.
StreamParams
Parameters for creating a Stream.

Enums§

StreamMessage
Messages handled by the stream. Generally these are stream-local versions of crate::WorkerMessage.

Constants§

CONTROLLER_ACTOR_REF
PROC
ROOT_ACTOR_ID

Traits§

StreamMessageClient
The custom client trait for this message type.
StreamMessageHandler
The custom handler trait for this message type.

Type Aliases§

TensorCellResult