Build it yourself
1
Define a typed task
2
Register its handler
3
Create and enqueue an envelope
A durable envelope supplies identity, routing, policy inputs, payload version, and retention.
The complete Rust and Go programs are available inside the
basic worker example.
4
Drain and verify
testing::drain and Runner.Drain execute the real admission, dispatch, and fenced ack path.