Module task

Source
Expand description

Async task utilities.

Structsยง

BackgroundTask
A background task which is cancelled on Drop
Task
A task handle which can be joined, but is cancelled on Drop
TaskInner ๐Ÿ”’