Package kilim.examples
Class Pure.PureMega
- java.lang.Object
-
- kilim.Continuation
-
- kilim.examples.Pure.PureMega
-
- All Implemented Interfaces:
Fiber.Worker
- Enclosing class:
- Pure
public static class Pure.PureMega extends Continuation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class kilim.Continuation
Continuation.FakeTask
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intsum
-
Constructor Summary
Constructors Constructor Description PureMega()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()the top level entrypoint for the continuation override this method cannot be called directly - use run() instead use Fiber.yield() to yield control cooperatively and return execution to the caller of run()-
Methods inherited from class kilim.Continuation
ex, execute, reset, run
-
-
-
-
Method Detail
-
execute
public void execute() throws PausableDescription copied from class:Continuationthe top level entrypoint for the continuation override this method cannot be called directly - use run() instead use Fiber.yield() to yield control cooperatively and return execution to the caller of run()- Specified by:
executein interfaceFiber.Worker- Overrides:
executein classContinuation- Throws:
Pausable
-
-