Registry / async / async-timing-util

async-timing-util

JSON →
library1.1.0rscratesunverified

Tokio async functions for waiting until even intervals or specified timestamps.

# Cargo.toml [dependencies] async_timing_util = "1.1.0"
INSTALL
IMPORT
SIG · ASYNC-TIMING-UTIL
A
async-timing-util
asyncrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wait_until_timestamp
use async_timing_util::wait_until_timestamp;

Waits until a specified Unix timestamp.

use async_timing_util::wait_until_timestamp; #[tokio::main] async fn main() { wait_until_timestamp(1234567890).await; }
Debug
Known issues
gotchaRequires tokio runtime
fix
Ensure you are using #[tokio::main] or similar runtime.
affects: >=1.0.0
Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
Resources
async-timing-util — cargo add async-timing-util · libregistry