DynamicTask

constructor(lazyTask: Supplier<Task>)

Construct a new DynamicTask to run.

Parameters

lazyTask

the task to construct and run when the DynamicTask starts running.