Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: ChimeHQ/ConcurrencyPlus

v0.4.2

03 Jun 09:44
8dc5649
Compare
Choose a tag to compare
  • Lots of typo fixes (thanks @rex4539)
  • callback relay Task APIs
  • RelaxedDispatchQueue
  • OwnershipTransferring
  • SendableBox

v0.4.1

16 Dec 15:24
b5ba8d5
Compare
Choose a tag to compare

Deprecating AsyncSubject and AsyncThrowingSubject. They are cool, but there are way better implementations out there and this just really isn't the right library for this stuff anyways.

v0.4.0

31 Oct 13:22
a8abc22
Compare
Choose a tag to compare
  • Async(Throwing)Subject

v0.3.3

29 Sep 15:15
d603e3f
Compare
Choose a tag to compare
  • MainActor.runUnsafely API

v0.3.2

21 Sep 20:11
b5cd06e
Compare
Choose a tag to compare
  • Task.relayResult API
  • Lots more docs!

v0.3.1

08 Sep 20:13
fb4d318
Compare
Choose a tag to compare
  • Fix a leak should a TaskQueue operation throw
  • Improve platform compatibility somewhat

v0.3.0

21 Aug 12:26
5587b00
Compare
Choose a tag to compare
  • Remove CancellingContinuation
  • Add some handy Codable extension to CheckedContinuation

v0.2.5

15 Aug 11:07
f8e2d46
Compare
Choose a tag to compare
  • New NSXPCConnection API for working with methods without a reply

v0.2.4

09 Aug 19:52
210b2f5
Compare
Choose a tag to compare
  • Adds compatibility for Swift versions < 5.6

v0.2.3

05 Aug 10:53
ea44fa0
Compare
Choose a tag to compare
  • Some more XPC utilities