Module id

Source

Structs§

Id
An opaque ID that uniquely identifies a task relative to all other currently running tasks.

Functions§

id
Returns the Id of the currently running task.
try_id
Returns the Id of the currently running task, or None if called outside of a task.