asupersync 0.3.4

Spec-first, cancel-correct, capability-secure async runtime for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: src/plan/mod.rs
assertion_line: 1476
expression: dag
---
PlanDag {
    nodes: [
        Leaf {
            label: "work",
        },
    ],
    root: Some(
        PlanId(
            0,
        ),
    ),
}