Crate hermit_utils
Expand description
Shared utilities for hermit.
Modules§
- bitflag_
serde bitflagsserde helpers.- discovery
- Configuration file discovery.
- timeout_
tracker - A timeout tracker that allows to track multiple keyed timeouts at once.
- timer
- timerfd
- A Tokio-based wrapper around the Linux timerfd API.
Functions§
- run_
blocking - Runs a blocking function in a worker thread.