Uses of Interface
fj.api.TaskRunnable
Packages that use TaskRunnable
Package
Description
-
Uses of TaskRunnable in fj
Methods in fj with parameters of type TaskRunnableModifier and TypeMethodDescriptionFJ.void_fork
(TaskRunnable task) Indicates that work defined by a void returning task can be left behind for another idle thread to possibly steal and execute. -
Uses of TaskRunnable in fj.api
Methods in fj.api with parameters of type TaskRunnable -
Uses of TaskRunnable in fj.impl
Methods in fj.impl with parameters of type TaskRunnable -
Uses of TaskRunnable in fj.impl.cg
Methods in fj.impl.cg with parameters of type TaskRunnable -
Uses of TaskRunnable in fj.impl.chronicle
Methods in fj.impl.chronicle with parameters of type TaskRunnableModifier and TypeMethodDescriptionstatic Chronicle
ChronicleUtils.chronicle
(TaskRunnable runnable) -
Uses of TaskRunnable in fj.impl.exclusion
Methods in fj.impl.exclusion with parameters of type TaskRunnableModifier and TypeMethodDescriptionstatic void
ExclusionUtils.excludeForkJoin
(String subMessage, TaskRunnable runnable) ExclusionForkJoin.void_fork
(TaskRunnable runnable) -
Uses of TaskRunnable in fj.impl.executor
Methods in fj.impl.executor with parameters of type TaskRunnable -
Uses of TaskRunnable in fj.impl.funnel
Methods in fj.impl.funnel with parameters of type TaskRunnableModifier and TypeMethodDescriptionAbstractDecoratingFunnelingForkJoin.void_fork
(TaskRunnable runnable) -
Uses of TaskRunnable in x10
Methods in x10 with parameters of type TaskRunnable -
Uses of TaskRunnable in x10.impl.fj
Methods in x10.impl.fj with parameters of type TaskRunnableModifier and TypeMethodDescriptionvoid
BookkeepingForkJoinX10.void_finish
(TaskRunnable runnable) void
ForkJoinX10.void_finish
(TaskRunnable runnable)