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
- ForkId
- The unique identifier for a specific fork, this could be the name of the network a custom descriptive name.
- Multi
Fork - The Sender half of multi fork pair.
Can send requests to the
MultiForkHandler
to create forks. - Multi
Fork Handler - The type that manages connections in the background.
- Shut
Down πMulti Fork - A type thatβs used to signaling the
MultiForkHandler
when itβs time to shut down.
EnumsΒ§
FunctionsΒ§
- create_
fork π - Creates a new fork.
Type AliasesΒ§
- Create
Future π - Create
Sender π - GetEnv
Sender π - Handler π