Uses of Class
kilim.NotPausable
-
Packages that use NotPausable Package Description kilim -
-
Uses of NotPausable in kilim
Methods in kilim that throw NotPausable Modifier and Type Method Description booleanContinuation. run()perform one iteration of execute() the first invocation begins as a normal method subsequent invocations continue from the most recent yieldvoidTask. run()Called by WorkerThread, it is the wrapper that performs pre and post execute processing (in addition to calling the execute(fiber) method of the task.
-