-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
stay(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. Returnstrue
if the operation should continue; returnsfalse
if the operation should preemptively terminate andCont.trap(Throwable)
the continuation.
-
-