Sha256: 43afee938c80d124d04d4ba190c03f4d21d1e3bfc154fff309211e4f6eabe940
Contents?: true
Size: 337 Bytes
Versions: 37
Compression:
Stored size: 337 Bytes
Contents
//! Time-related operations. mod clock; #[cfg(any(linux_kernel, target_os = "fuchsia"))] mod timerfd; // TODO: Convert WASI'S clock APIs to use handles rather than ambient clock // identifiers, update `wasi-libc`, and then add support in `rustix`. pub use clock::*; #[cfg(any(linux_kernel, target_os = "fuchsia"))] pub use timerfd::*;
Version data entries
37 entries across 30 versions & 1 rubygems