//! Units of work handed to executors.
use crateNodeId;
use crateSpan;
/// One ready node prepared for execution by a round.
///
/// The engine snapshots the node's span and context into the job so executors
/// can run jobs without holding borrows on the tree.