Docs.rs
crb-core-web-0.0.38
crb-core-web 0.0.38
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
therustmonk
Dependencies
futures ^0.3.31
normal
thiserror ^2.0.12
normal
tokio ^1.44.2
normal
uuid ^1.16.0
normal
wasm-bindgen-futures ^0.4.50
normal
wasmtimer ^0.4.1
normal
Versions
90.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-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
timeout
crb_
core_
web
0.0.38
In crb_
core_
web::
time
crb_core_web
::
time
Function
timeout
Copy item path
Source
pub fn timeout<F>(duration:
Duration
, future: F) ->
Timeout
<F>
ⓘ
where F:
Future
,