tokio::time

E427872

tokio::time is a Tokio crate module that provides asynchronous time utilities such as delays, intervals, and timeouts for Rust applications.

All labels observed (1)

Label Occurrences
tokio::time canonical 1

How this entity was disambiguated

Statements (43)

Predicate Object
instanceOf Rust module ⓘ
Tokio module ⓘ
belongsTo asynchronous I/O ecosystem ⓘ
category asynchronous programming utility ⓘ
time and scheduling library ⓘ
compatibleWith Tokio current-thread runtime ⓘ
Tokio multi-threaded runtime ⓘ
containsFunction interval ⓘ
interval_at ⓘ
sleep ⓘ
sleep_until ⓘ
timeout ⓘ
containsType Duration ⓘ
Instant ⓘ
Interval ⓘ
Sleep ⓘ
Timeout ⓘ
designedFor concurrent Rust applications ⓘ
network services ⓘ
documentedAt https://docs.rs/tokio/latest/tokio/time/index.html ⓘ
handles delayed execution ⓘ
operation time limits ⓘ
periodic execution ⓘ
timers ⓘ
partOf Tokio runtime ⓘ
programmingLanguage Rust ⓘ
providedBy tokio crate ⓘ
linked to: tokio
provides asynchronous time utilities ⓘ
delay utilities ⓘ
interval utilities ⓘ
timeout utilities ⓘ
requires Tokio runtime to be running ⓘ
supports async/await ⓘ
cooperative multitasking ⓘ
supportsFeature cooperative cancellation via futures ⓘ
time advancing for tests ⓘ
time pausing for tests ⓘ
usedFor implementing retries with backoff ⓘ
implementing timeouts ⓘ
periodic task execution ⓘ
scheduling asynchronous tasks ⓘ
usesConcept monotonic time ⓘ
virtual time ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Tokio → hasComponent → tokio::time ⓘ
subject linked to: tokio