@xaccefy/pi-shared
v0.9.4
Published
Shared utilities for XPI packages — bounded TTL/LRU cache with singleflight, abortable sleep
Downloads
343
Readme
pi-shared
Internal shared utilities for XPI packages. Not intended for direct consumption.
Exports
TtlLruCache<T>— bounded TTL + LRU cache with singleflight coalescing.abortableSleep(ms, signal?)— sleep that rejects on abort.
Usage
import { TtlLruCache } from "@xaccefy/pi-shared";