Docs.rs
co-actor-0.1.0
co-actor 0.1.0
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
dkuhnert
Dependencies
anyhow ^1
normal
async-stream ^0.3.3
normal
async-trait ^0.1.57
normal
co-primitives ^0.1.0
normal
derive_more ^0.99.17
normal
futures ^0.3.30
normal
futures-timer ^3
normal
optional
static_assertions ^1.1.0
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1.15
normal
tokio-util ^0.7
normal
tokio_with_wasm ^0.9
normal
optional
tracing ^0.1.34
normal
wasm-bindgen-futures ^0.4.55
normal
optional
web-time ^1.1
normal
optional
insta ^1.34.0
dev
tokio ^1
normal
tokio-util ^0.7
normal
tokio ^1
normal
Versions
45.45%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module time
co_
actor
0.1.0
Module time
Module Items
Structs
Functions
In crate co_
actor
co_actor
Module
time
Copy item path
Source
Structs
§
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
.
Functions
§
sleep
Platform-agnostic sleep for a duration. Send-safe on all platforms.
sleep_
until
Platform-agnostic sleep until a deadline
timeout
Platform-agnostic timeout. Send-safe on all platforms.