Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/rustix/src/time/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 337 B image not shown  

Quelle  mod.rs   Sprache: unbekannt

 
//! 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::*;

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]