Package com.jozufozu.flywheel.lib.task
@ParametersAreNonnullByDefault
package com.jozufozu.flywheel.lib.task
-
ClassDescriptionBarrierPlan<C>A plan that executes many other plans provided dynamically.A flag that can be raised and lowered in a thread-safe fashion.ForEachPlan<T,
C> A plan that executes code on each element of a provided list.ForEachSlicePlan<T,C> A plan that executes code over many slices of a provided list.IfElsePlan<C>Executes one plan or another, depending on a dynamically evaluated condition.MapContextPlan<C,D> A flag with an arbitrary name.NestedPlan<C>PlanMap<K,C> A plan that executes a dynamic list of plans in parallel.RaisePlan<C>RunnablePlan<C>SimplePlan<C>A flag that is associated with a render stage.SyncedPlan<C>UnitPlan<C>