Crate js_sys_futures[][src]

Structs

JsAsyncRead
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.