Module executor
litep2p
0.7.0
Module executor
Traits
In crate litep2p
Modules
addresses
codec
config
crypto
error
executor
protocol
substream
transport
types
yamux
Structs
BandwidthSink
Litep2p
PeerId
Enums
Litep2pEvent
Type Aliases
Result
?
Settings
Module
litep2p
::
executor
Copy item path
source
·
[
−
]
Expand description
Behavior defining how futures running in the background should be executed.
Traits
§
Executor
Trait which defines the interface the executor must implement.