Skip to content

Releases: Latency/AsyncTask

AsyncTask

24 Sep 10:12
eebbcb8

Choose a tag to compare

chronous Task Extension Library

Full Changelog: v2.2.0...v3.2.1

AsyncTask

13 Apr 19:49

Choose a tag to compare

AsyncTask Pre-release
Pre-release

Asynchronous Task Extension Library

Full Changelog: v2.2.0...v3.1.0-preview.9

v2.3.2

12 Jan 12:32

Choose a tag to compare

Changed property in EventHandler.TaskEvent from protected to public.

v2.3.1

09 Jan 10:06

Choose a tag to compare

Added 'TaskEvent.Cancel()' which was left out and signals the CancellationToken.
Added enum TaskEventStatus.
Updated versioning.

v2.3.0

09 Jan 10:08

Choose a tag to compare

Fixed exception handling not being entirely correct for cancellation operations.
Updated README.md and split background into DataModel.MD.

Binaries per version are now included within the source.

v2.2.0

03 Jan 12:22

Choose a tag to compare

Support for .NET 4.7.1 and .NET Core 2.0
Changed TaskEvent to include additional constructors and clean up constructor handling.
Simplified use for API overall.
Revamped unit tests and GUI for the new versoin.