Module state

Module state 

Source

Constantsยง

AWAITER ๐Ÿ”’
Set if the Task is awaiting the output.
CLOSED ๐Ÿ”’
Set if the task is closed.
COMPLETED ๐Ÿ”’
Set if the task has been completed.
NOTIFYING ๐Ÿ”’
Set if the awaiter is being notified.
REFERENCE ๐Ÿ”’
A single reference.
REGISTERING ๐Ÿ”’
Set if an awaiter is being registered.
RUNNING ๐Ÿ”’
Set if the task is running.
SCHEDULED ๐Ÿ”’
Set if the task is scheduled for running.
TASK ๐Ÿ”’
Set if the Task still exists.