Expand description
Basic task types
Structs§
- Consensus
Task Registry - A collection of tasks which can handle shutdown
- Network
Task Registry - A collection of tasks which can handle shutdown
- Task
- A basic task which loops waiting for events to come from
event_receiver
and then handles them using its state It sends events to otherTask
s throughsender
This should be used as the primary building block for long running or medium running tasks (i.e. anything that can’t be described as a dependency task)