Skip to content

TaskEx

Inherits object

Public Static Functions

void

Forget(this Task task)

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

void

Forget(this Task task, bool silent)

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

Task

Then(this Task self, Func f)

Task

Then(this Task self, Action f)

Task

Then(this Task self, Action f)

Task

Catch(this Task self, Action f)

void

Done(this Task self)

Task

WaitAsync(this Task self, SITimeSpan timeout)