Skip to content

routier-collection


routier-collection / core/src / SyncronousQueue

Class: SyncronousQueue ​

Defined in: core/src/pipeline/SyncronousQueue.ts:3

Constructors ​

Constructor ​

new SyncronousQueue(): SyncronousQueue

Returns ​

SyncronousQueue

Methods ​

enqueue() ​

enqueue(unitOfWork): void

Defined in: core/src/pipeline/SyncronousQueue.ts:8

Parameters ​

unitOfWork ​

SyncronousUnitOfWork

Returns ​

void

Released under the MIT License.