MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / TaskId

Class TaskId

nodedb/src/control/shutdown/bus.rs:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45/// Unique task identifier within the bus.
46#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
47pub struct TaskId(u64);
48
49/// Internal record per registered task.
50struct TaskEntry {

Callers 1

alloc_idMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected