Module task

Source
Expand description

Create asynchronous actions to be performed in the background.

Functions§

batch
Yields a task which contains a batch of tasks.
future
Yields a task which will run the future on the runtime executor.
message
Yields a task which will return a message.
stream
Yields a task which will run a stream on the runtime executor.