Module subtask

Source

Structs§

SubtaskRxExecutor
The thin wrapper for subtask-wrapped executor, containing a channel to receive the messages from the subtask.

Functions§

wrap
Wrap an executor into a subtask and a thin receiver executor, connected by a channel with a buffer size of 1.

Type Aliases§

SubtaskHandle
Handle used to drive the subtask.