spawn64 0.1.0

An efficient way to spawn up to 64 concurrent Futures in WASM
docs.rs failed to build spawn64-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: spawn64-0.2.3

Spawn64

License Cargo Documentation

Spawn64 provides an optimized alternative to wasm-bindgen-futures::spawn_local capable of handling at most 64 concurrent futures without sending to JavaScript.