Breaking
- Removed default method (empty) implementations of
TaskQueueDelegateandTaskConditionmethods as they had no real usage and could present problems if signatures are changes.
Fixed
-
Fixed retain cycle when task is added to the queue
- @RaimarT [#7]
-
Fixed state inconsistency when cancelling task
- @RaimarT [#11]
-
Fixed an issue with adding task to a susp...