awaitQueueSubmitted method

bool awaitQueueSubmitted()

Await for previously submitted operations using Box.putQueued to be completed (the queue does not have to become idle).

Returns true if all submissions were completed or processing was not started; false if shutting down (or an internal error occurred).

Use to wait until all puts by Box.putQueued have finished.

Implementation

bool awaitQueueSubmitted() => C.store_await_async_submitted(_ptr);