SwiftCoroutine Versions Save

Swift coroutines for iOS, macOS and Linux.

2.1.11

2 years ago
  • Fixes for Xcode 13

2.1.10

3 years ago
  • Fixed leak in CoroutineScheduler.startCoroutine() when pass CoScope.

2.1.9

3 years ago
  • Removed 32-bit architectures support

2.1.8

3 years ago
  • minor improvements

2.1.7

3 years ago
  • fixed bug with Xcode preview

2.1.6

3 years ago
  • added CoFuture init with promise callback
  • added subscribeCoChannel() for Publisher
  • added publisher() to CoChannel

2.1.5

3 years ago
  • added conflated buffer type for CoChannel

2.1.4

3 years ago
  • performance improvements

2.1.3

3 years ago
  • improved CoScope performance
  • fixed bugs

2.1.2

3 years ago
  • added iOS 10 support
  • fixed bug on previous iOS versions