Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

3.0.0

Latest
Compare
Choose a tag to compare
@bt-88 bt-88 released this 01 Feb 15:52
· 1 commit to main since this release

Contains the following breaking changes:

  • Removes the public constructor on BackgroundWorkItem: You should now use BackgroundWorkItem.Create(...)
  • Replaces the IsLongRunning flag by two separate properties: A IgnoreParallelism:Bool and a Options:TaskCreationOptions