toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 59 packages
Sort by PUB-AZS
Protocol and utilities to implement or invoke persistent bazel workers.
A cross-platform isolated worker runtime for Dart Web, VM, and Flutter.
The worker_manager allows you to manage CPU-intensive calculations across isolates
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.#concurrency#parallelism#isolate#multithread#web-worker
Create long-lived isolates for single or multiple functions, with support for Web Workers (via an efficient generator) and WASM compilation.#isolate#worker#concurrent#pool
An easy way to create a new Isolate, keep it active and communicate with it (supports `Worker` and `WASM` on the Web platform).
JavaScript bindings for the Service Worker API.
Platformweb
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!#concurrency#parallelism#isolate#multithread#web-worker
A singleton isolated worker for Flutter (Isolate) and Web (Web Worker).
Easy to use pool of concurrent workers with compute() like API.