Releases: hainayanda/CombineAsync
Releases · hainayanda/CombineAsync
v2.0
v1.6
v1.5
Add withCheckedThrowingContinuation
with timeout
v1.4.1
- Fix timeout never called if the main task is never finished.
v1.4
- Add
weakAssign
andautoReleaseAssign
- Add the ability to have no timeout
- Rename
PublisherToAsyncError
toCombineAsyncError
v1.3
- Add priority to async Task
- Make all async closures marked as Sendable
- Debounce async receiveCompletion now will wait until all async tasks in receiveValue are completed.
- Remove deprecated code
v1.2.1
- Add debounce async sink
- Deprecate sequence async map
v1.2
- Add async map extension for Publisher
- Add async sink extension for Publisher
- Add map sequence for Publisher
v1.1.3
Move timer to current runloop
v1.1.2
Remove potential retain cycle issue