TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

delegate TaskDelegateVoid in Tinman.Core.Threading.Pooling

Performs the actual task work of a background task.

delegate TaskDelegateVoid with <in TInput>  
  (TInput input)
params input The task input data object.