TaskFlags

Description

[Flags]
enum Tinman.Core.Threading.Pooling.TaskFlags

Enumeration of execution flags for background tasks.

Public / Constants

None

public constant None → (0:int32)

No task flag is set.

Synchronized

public constant Synchronized → (1:int32)

The task will only be performed from the synchronization thread.

Each TaskPool has an own implicit synchronization thread, namely the one that calls the TaskGroup.RunSynchronized methods.

All

public constant All → (1:int32)

All flags.