cosmic
0.1.0
Module task
Module Items
Functions
In crate cosmic
cosmic
Module
task
Copy item path
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.
none
stream
Yields a task which will run a stream on the runtime executor.