We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7001d9e commit bee199eCopy full SHA for bee199e
driver-core/src/main/com/mongodb/internal/async/AsyncRunnable.java
@@ -294,7 +294,6 @@ default AsyncRunnable thenRunRetryingWhile(
294
* @return the composition of this and the looping branch
295
* @see AsyncCallbackLoop
296
*/
297
-
298
default AsyncRunnable thenRunDoWhileLoop(final AsyncRunnable loopBodyRunnable, final Supplier<Boolean> whileCheck) {
299
return thenRun(finalCallback -> {
300
LoopState loopState = new LoopState();
0 commit comments