Package kilim.examples
Class TimerBlast2.Tock
- java.lang.Object
-
- kilim.Task
-
- kilim.examples.TimerBlast2.Tock
-
- All Implemented Interfaces:
java.lang.Runnable,EventSubscriber,Fiber.Worker
- Enclosing class:
- TimerBlast2
public class TimerBlast2.Tock extends Task
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class kilim.Task
Task.Fork, Task.Invoke<TT>, Task.Spawn<TT>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Mailbox<java.lang.Long>box(package private) booleancheck(package private) intdelta(package private) booleanstop-
Fields inherited from class kilim.Task
done, exitResult, fiber, id, pauseReason, running, scheduler, timer
-
-
Constructor Summary
Constructors Constructor Description Tock(int $delta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddive(int depth)voidexecute()-
Methods inherited from class kilim.Task
checkKill, dump, equals, errNotWoven, errNotWoven, errorExit, errorExit, execute, exit, exit, fork, getCurrentTask, getExecutionThread, getPauseReason, getScheduler, getStackDepth, getState, getTid, hashCode, id, idledown, informOnExit, invoke, isDone, join, joinb, onEvent, pause, pause, pinToThread, prePin, resume, resumeOnScheduler, run, setPauseReason, setScheduler, setTid, shutdown, sleep, spawn, spawn, start, toString, unpinFromThread, yield, yield
-
-
-
-
Field Detail
-
delta
int delta
-
stop
boolean stop
-
check
boolean check
-
box
Mailbox<java.lang.Long> box
-
-