This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Contains the following breaking changes:
- Removes the public constructor on
BackgroundWorkItem
: You should now useBackgroundWorkItem.Create(...)
- Replaces the
IsLongRunning
flag by two separate properties: AIgnoreParallelism:Bool
and aOptions:TaskCreationOptions