TaskDelegate

Description

[ThrowAny]
delegate Tinman.Core.Threading.Pooling.TaskDelegate
<TInput in>
<TOutput out>

input : TInput

The task input data object.

returns → TOutput

The task output data object.

Performs the actual task work of a background task.

If this delegate throws an exception, it will be wrapped; a PoolingException will then be thrown when TaskResult.Finish is called.