This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
Releases: Alecrim/AlecrimAsyncKit
Releases · Alecrim/AlecrimAsyncKit
2.0.1
- Fix to cancellation before task was started.
2.0
- New architecture for tasks and queues
- Added TaskWaiter
- Other improvements and fixes
1.2.3
- Changed OS X deployment target to version 10.10.
1.2.2
- NetworkActivityTaskObserver fixes.
1.2.1
Some platform compatibility fixes.
1.2
- Added some documentation;
- Added more convenience conditions and observers;
- Other minor changes.
1.1.3
- Better condition dependency task handling (now the dependency task only starts when condition is evaluated)
- Other minor changes
1.1.2
Fixed condition evaluation when a task is created (but not awaited) on main thread.