replace queue with worker

This commit is contained in:
Jon Staab
2024-03-26 11:35:30 -07:00
parent 0b5a4e8511
commit bc21228f04
7 changed files with 144 additions and 126 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Some general-purpose utilities used elsewhere in paravel.
- `Emitter` extends EventEmitter to support `emitter.on('*', ...)`.
- `Fluent` is a wrapper around arrays with chained methods that modify and copy the underlying array.
- `LRUCache` is an implementation of an LRU cache.
- `Queue` is an implementation of an asynchronous queue.
- `Worker` is an implementation of an asynchronous queue.
- `Tools` is a collection of general-purpose utility functions.
## @coracle.social/util