Expand description
Support for running multiple fork backends.
The design is similar to the single SharedBackend
, BackendHandler
but supports multiple
concurrently active pairs at once.
Structs§
- Created
Fork πTracks the created Fork - The unique identifier for a specific fork, this could be the name of the network a custom descriptive name.
- The Sender half of multi fork pair. Can send requests to the
MultiForkHandler
to create forks. - The type that manages connections in the background.
- Shut
Down πMulti Fork A type thatβs used to signaling theMultiForkHandler
when itβs time to shut down.
Enums§
Functions§
- create_
fork πCreates a new fork.
Type Aliases§
- Create
Future π - Create
Sender π - GetEnv
Sender π - Handler π