Uses of Class
kilim.Fiber
Packages that use Fiber
-
Uses of Fiber in kilim
Modifier and TypeFieldDescriptionprivate FiberContinuation.fiberprotected FiberTask.fiberThe stack manager in charge of rewinding and unwinding the stack when Task.pause() is called.Modifier and TypeMethodDescriptionstatic voidvoidthe woven variant of execute() generated by the weaver overriding this method will cause the weaver to leave it unchanged this is a low level facility (override execute() instead)voidvoidstatic voidstatic voidstatic voidTask.pause(PauseReason pauseReason, Fiber f) static voidyield cooperatively to the next task waiting to use the threadstatic void -
Uses of Fiber in kilim.support
Methods in kilim.support with parameters of type Fiber