toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 27 packages
Sort by PUB-AZS
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
Lock mechanism to prevent concurrent access to asynchronous code.#mutex#lock#async#concurrency
Platform specific threaded event handling for media_kit. Enables support for higher number of concurrent instances.
Priority queue with concurrency control
A Dart library offering flexible in-memory cache implementations (FIFO, LRU, MRU, LFU) with both single-threaded and async options for concurrent environments.
Easy to use pool of concurrent workers with compute() like API.
Manage mono-repos with `sip`, run scripts and get dependencies concurrently.#cli#executable#dependencies#mono-repo
An explicit acyclic step dependency framework with concurrent evaluation and dependency injection.#concurrency#dependency-injection
Interceptors for http package that support concurrent requests.
Just like a thread pool, but with isolates. The Isolate Pool Executor is a tool in Dart for managing concurrent tasks by limiting and reusing isolates to optimize performance.#isolate#isolate-pool#pool#thread#thread-pool