Buckets:
| export type RunFunction = () => Promise<unknown>; | |
| export type Queue<Element, Options> = { | |
| size: number; | |
| filter: (options: Readonly<Partial<Options>>) => Element[]; | |
| dequeue: () => Element | undefined; | |
| enqueue: (run: Element, options?: Partial<Options>) => void; | |
| setPriority: (id: string, priority: number) => void; | |
| remove?: (id: string) => void; | |
| }; | |
Xet Storage Details
- Size:
- 372 Bytes
- Xet hash:
- ec6513fa3c8e0e118d302bcedd5da59b76a46dd76fb8b774f2fea211aa0cdce4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.