Method
push
* Push one or more items onto a queue. * @param name the name of the queue. * @param items a collection of strings to add to the end of the queue. * @returns The number of items in the queue after the operation. *
(name: string, ...items: string[])
Source from the content-addressed store, hash-verified
| 7 | * @returns The number of items in the queue after the operation. |
| 8 | * */ |
| 9 | push(name: string, ...items: string[]): Promise<number>; |
| 10 | } |
| 11 | |
| 12 | /** |
Implementers 15
Reportlibs/error-stack/src/report.rs Linelibs/error-stack/src/fmt/mod.rs Realmslibs/@local/hashql/core/src/module/uni ModuleDeflibs/@local/hashql/core/src/module/std TypeIdSetlibs/@local/hashql/core/src/type/colle Listlibs/@local/hashql/core/src/value/list IdVeclibs/@local/hashql/core/src/id/vec.rs TrialSetlibs/@local/hashql/compiletest/src/har Sourceslibs/@local/hashql/diagnostics/src/sou