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