public interface WorkerPromise
Allows a task to block other tasks in the same project until all work related to the queue is completed.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
await()Blocks until all work related to the queue is completed. |