ConcurrencyToken
Interface
Source: packages/concurrency-utils/src/lib/concurrency-pool.ts:22
Methods
release()
release():
void
Gives back the token to pool it belongs to and is ready to be acquired again. Calling this method multiple times does nothing.
Source: packages/concurrency-utils/src/lib/concurrency-pool.ts:27
Returns
void