Manage the concurrency of async tasks in webassembly Rust
Cross-platform async task spawning for Bevy — web workers via microtask queue on WASM, thread pool on desktop.
Simple integration of WASM tasks into a Bevy app for background processing.
Cross-platform std::thread + std::sync replacement for native and wasm32.
A lightweight, pluggable mailbox/queue kernel inspired by the Erlang Actor Model
Implements Spawn, SpawnLocal and SpawnHandle for commonly used executors.
Executor for asynchronous task based on wasm web workers
A small Bevy plugin for persisting multiple Resources to a single file
Environment-friendly async utilities
Ergonomic abstractions to async programming in Bevy
Mimicking tokio functionalities on web browsers
A no-frills websocket client library for bevy, native and wasm.