Skip to content

TaskEx ​

Kind: Static class

Namespace: CrowdControl.Common

Public Static Functions

Task

Delay(SITimeSpan timeSpan)

void

Forget(Task task)

Calls ConfigureAwait(false) on a task and logs any errors.

void

Forget(Task task, bool silent)

Calls ConfigureAwait(false) on a task and logs any errors.

Task

Then<R, TResult>(Task self, Func f)

Task

Then(Task self, Action f)

Task

Then(Task self, Action f)

Task

Catch(Task self, Action f)

void

Done(Task self)

Task

WaitAsync<TResult>(Task self, SITimeSpan timeout)