toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 13 packages
Sort by PUB-AZS
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.
A fast and reliable Dart library for finding available network ports. Supports parallel port checking, preferred ports selection, custom hostnames and detailed port availability verification.#network#port#socket#utility
Bootstrapper is a package to initialize multiple config in parallel by grouping them.
A simple and unified API for parallel processing using Isolates and Streams in Dart, supporting both native and web platforms.
A simple and lightweight key-value store that saves data as JSON files. Supports fast and ordered file I/O using Isolate-based parallel processing.
Execute multiple async functions in parallel with a pooling mechanism
Library to enqueue async callbacks to be executed in order. You can await for they completion and/or cancel the execution by id.
Parallel map funcion
A library to asynchronously download URLs using a pool of parallel connections.
A simple job queue on top of PostgreSQL. Supports parallel workers, job priorities, named queues, JSON payloads.