Docs.rs
js-sys-futures-0.3.4
js-sys-futures 0.3.4
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
silvanshade
Dependencies
bytes ^1.0
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
js-sys ^0.3
normal
wasm-bindgen =0.2.80
normal
wasm-bindgen-futures ^0.4
normal
wasm-bindgen-futures ^0.4
dev
wasm-bindgen-test ^0.3
dev
Versions
0%
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
js_
sys_
futures
0.3.4
All Items
Crate Items
Structs
Functions
Crate
js_sys_futures
Copy item path
Source
Structs
§
JsAsync
Read
JsFuture
A Rust
Future
backed by a JavaScript
Promise
.
JsStream
Functions
§
future_
to_
promise
Converts a Rust
Future
into a JavaScript
Promise
.
spawn_
local
Runs a Rust
Future
on the current thread.