public static class Xorshift.X2 extends Continuation
Continuation.FakeTask| Constructor and Description |
|---|
X2() |
| 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()
|
long |
loop(long num) |
ex, execute, reset, runpublic void execute()
throws Pausable
Continuationexecute in interface Fiber.Workerexecute in class ContinuationPausablepublic long loop(long num)