public static class Pure.PureDemo extends Continuation
Continuation.FakeTask| Constructor and Description |
|---|
PureDemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
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()
|
ex, execute, reset, runpublic void execute()
throws Pausable
Continuationexecute in interface Fiber.Workerexecute in class ContinuationPausable