Skip to main content

ENTRY_TASK

Constant ENTRY_TASK 

Source
pub const ENTRY_TASK: u64 = 0;
Expand description

The task id the entry runs under.

The entry is not a spawned task and has no id of its own, so it takes the one id Runtime::next_task_id never hands out. Every event that names a task names it this way, so a trace has one convention for “which task” rather than one per event.