- All Superinterfaces:
Cont<T>
Backpressure aware continuation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstay(StayContext context, int backlog) Invoked when the asynchronous operation needs to wait before proceeding.
-
Method Details
-
stay
Invoked when the asynchronous operation needs to wait before proceeding. Returnstrueif the operation should continue; returnsfalseif the operation should preemptively terminate andCont.trap(Throwable)the continuation.
-