Module id
Source - Id
- An opaque ID that uniquely identifies a task relative to all other currently
running tasks.
- 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.