Expand description
Declare a dyn-safe trait for the parts of an asynchronous runtime so that we can install it globally.
Enums§
- Install
Runtime Error - An error that occurs while installing a runtime.
Statics§
- RUNTIME_
SUPPORT 🔒 - A global view of our runtime, used for rate-limited logging.
Traits§
- Runtime
Support - A dyn-safe view of the parts of an async runtime that we need for rate-limiting.
Functions§
- install_
runtime - Try to install
runtime
as a global runtime to be used for rate-limited logging. - rt_
support - Return the installed runtime, if there is one.