backend/common/src/session_queue.ts
Methods |
forSession | ||||||
forSession(sessionId: SessionId)
|
||||||
Returns a queue specifically for the specified session, onto which events that should not be executed in parallel may be queued. When the queue for the specified session does not exist yet, it will be created.
Parameters :
Returns :
SessionQueue
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|