-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanstay(StayContext context, int backlog)Invoked when the asynchronous operation needs to wait before proceeding.
-
-
-
Method Detail
-
stay
boolean stay(StayContext context, int backlog)
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.
-
-