Package kilim
Class Task.Spawn<TT>
- java.lang.Object
-
- kilim.Task<TT>
-
- kilim.Task.Spawn<TT>
-
- All Implemented Interfaces:
java.lang.Runnable,EventSubscriber,Fiber.Worker
public static class Task.Spawn<TT> extends Task<TT>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class kilim.Task
Task.ArgState, Task.Fork, Task.Invoke<TT>, Task.Spawn<TT>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Pausable.Spawn<TT>body-
Fields inherited from class kilim.Task
done, exitResult, fiber, id, idSource, numActivePins, pauseReason, preferredResumeThread, running, scheduler, timer, yieldReason
-
-
Constructor Summary
Constructors Constructor Description Spawn()Spawn(Pausable.Spawn<TT> body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class kilim.Task
checkKill, checkPin, checkTimeout, dump, equals, errNotWoven, errNotWoven, errorExit, errorExit, execute, exit, exit, fork, getCurrentTask, getExecutionThread, getPauseReason, getRunnerInfo, 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
-
body
Pausable.Spawn<TT> body
-
-
Constructor Detail
-
Spawn
public Spawn()
-
Spawn
public Spawn(Pausable.Spawn<TT> body)
-
-