Module rt
Available on crate feature
std only.Expand description
Runtime utilities used by Rama.
The Executor is used to spawn futures, from within a service. This is also for example what happens by the built in http client and servers, when serving protocols such as h2 and h3.
See the Executor for more information on how to use it.
Modules§
- future
core::futureextension
Structs§
- Executor
- Future executor that utilises
tokiothreads.