@xaccefy/pi-shared
v0.8.0
Published
Shared utilities for XPI packages — bounded TTL/LRU cache with singleflight, abortable sleep
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";