Expand description
Provides a number of tasks that run continuously
Modules§
- Provides trait to create task states from a
SystemContextHandle
Enums§
- event for global event stream
Traits§
- Trait for intercepting and modifying messages between the network and consensus layers.
Functions§
- Adds consensus-related tasks to a
SystemContextHandle
. - Add the network task to handle events and send messages.
- Adds the
NetworkEventTaskState
tasks. - Adds the
NetworkMessageTaskState
tasks and the request / receiver tasks. - Add the network task to handle messages and publish events.
- adds tasks for sending/receiving messages to/from the network.
- Add a task which updates our queue length metric at a set interval
- Add tasks for network requests and responses
- Add a task which responds to requests on the network.
- Creates a monitor for shutdown events.