Cross-platform utils
📄️ Overview
The API here may subject to change and does not follow semver that is trying to be guaranteed throughout the package
📄️ Async (Tokio)
On non-web platforms, tokio is widely used for asynchronous Rust.
📄️ Thread pools
Thread pools also often do not run directly on the web,
📄️ Isolate
Flutter web does not have the isolate functionalities, and those only exist on non-web platforms.