Package kilim.examples
Class Pre
- All Implemented Interfaces:
Iterable<String>,Iterator<String>,Fiber.Worker
-
Nested Class Summary
Nested classes/interfaces inherited from class kilim.Continuation
Continuation.FakeTask -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class kilim.Continuation
ex, execute, reset, runMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
_t
Tree _t
-
-
Constructor Details
-
Pre
Pre(Tree t)
-
-
Method Details
-
execute
Description 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
-
walk
- Throws:
Pausable
-