Skip to content

Releases: belozierov/SwiftCoroutine

2.1.11

20 Jun 09:14
d15c034
Compare
Choose a tag to compare
  • Fixes for Xcode 13

2.1.10

01 Feb 10:06
Compare
Choose a tag to compare
  • Fixed leak in CoroutineScheduler.startCoroutine() when pass CoScope.

2.1.9

10 Jul 21:39
Compare
Choose a tag to compare
  • Removed 32-bit architectures support

2.1.8

16 Jun 12:41
19e8f99
Compare
Choose a tag to compare
  • minor improvements

2.1.7

14 Jun 11:55
Compare
Choose a tag to compare
  • fixed bug with Xcode preview

2.1.6

12 Jun 13:49
Compare
Choose a tag to compare
  • added CoFuture init with promise callback
  • added subscribeCoChannel() for Publisher
  • added publisher() to CoChannel

2.1.5

09 Jun 12:32
Compare
Choose a tag to compare
  • added conflated buffer type for CoChannel

2.1.4

01 Jun 11:19
Compare
Choose a tag to compare
  • performance improvements

2.1.3

29 May 13:44
Compare
Choose a tag to compare
  • improved CoScope performance
  • fixed bugs

2.1.2

17 May 10:11
5585403
Compare
Choose a tag to compare
  • added iOS 10 support
  • fixed bug on previous iOS versions