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

Releases: Alecrim/AlecrimAsyncKit

2.0.1

09 Nov 14:15
Compare
Choose a tag to compare
  • Fix to cancellation before task was started.

2.0

07 Nov 22:04
Compare
Choose a tag to compare
2.0
  • New architecture for tasks and queues
  • Added TaskWaiter
  • Other improvements and fixes

1.2.3

22 Sep 23:38
Compare
Choose a tag to compare
  • Changed OS X deployment target to version 10.10.

1.2.2

22 Sep 23:24
Compare
Choose a tag to compare
  • NetworkActivityTaskObserver fixes.

1.2.1

06 Sep 23:28
Compare
Choose a tag to compare

Some platform compatibility fixes.

1.2

06 Sep 23:15
Compare
Choose a tag to compare
1.2
  • Added some documentation;
  • Added more convenience conditions and observers;
  • Other minor changes.

1.1.3

05 Sep 21:10
Compare
Choose a tag to compare
  • Better condition dependency task handling (now the dependency task only starts when condition is evaluated)
  • Other minor changes

1.1.2

03 Sep 01:24
Compare
Choose a tag to compare

Fixed condition evaluation when a task is created (but not awaited) on main thread.