Package kilim.examples
Class TimerBlast2.Tick
- java.lang.Object
-
- kilim.Task
-
- kilim.examples.TimerBlast2.Tick
-
- All Implemented Interfaces:
java.lang.Runnable,EventSubscriber,Fiber.Worker
- Enclosing class:
- TimerBlast2
public static class TimerBlast2.Tick extends Task
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class kilim.Task
Task.Fork, Task.Invoke<TT>, Task.Spawn<TT>
-
-
Constructor Summary
Constructors Constructor Description Tick(int $delay)
-
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
-
delay
int delay
-
count
int count
-
stop
boolean stop
-
box
Mailbox<java.lang.Long> box
-
-