category | description |
---|---|
Async |
Convert JS `Promise`s to/from Rust `Future`s |
Convert JS Promise
s to/from Rust Future
s
- For stdweb, use
stdweb::spawn_local
instead (gated behindfeatures = ["experimental_features_which_may_break_on_minor_version_bumps", "futures-support"]
)