Get rid of Worker, use TaskQueue instead

This commit is contained in:
Jon Staab
2025-03-31 15:55:10 -07:00
parent db588495e3
commit 04816f8377
5 changed files with 82 additions and 433 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Some general-purpose utilities for use in @welshman apps.
Includes:
- LRU cache implementation
- Worker for throttling work to avoid locking up the UI
- TaskQueue for throttling work to avoid locking up the UI
- URL normalization (taken from normalize-url)
- A global `ctx` variable which can be used for global configuration
- CustomPromise, which provides an error type, and `defer` utility