public class Fib extends Generator<java.math.BigInteger>
Continuation.FakeTask| Constructor and Description |
|---|
Fib() |
| 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()
|
static void |
main(java.lang.String[] args) |
ex, execute, reset, runpublic static void main(java.lang.String[] args)
public void execute()
throws Pausable
Continuationexecute in interface Fiber.Workerexecute in class ContinuationPausable