Skip to content

Releases: belozierov/SwiftCoroutine

2.0.19

10 Apr 19:51
1c9d2c8
Compare
Choose a tag to compare
  • added map() to CoFuture
  • added coroutine initializer to CoFuture

2.0.18

09 Apr 08:17
Compare
Choose a tag to compare
  • fix for XCFramework

2.0.17

08 Apr 10:02
d1fc1da
Compare
Choose a tag to compare
  • improved performance for multi core

2.0.16

05 Apr 20:09
Compare
Choose a tag to compare
  • updated API (removed throws from awaits)
  • added URLSession extension
  • minor improvements

2.0.15

04 Apr 20:21
Compare
Choose a tag to compare
  • minor improvements
  • fixed memory leak

2.0.14

03 Apr 19:25
Compare
Choose a tag to compare
  • improved performance
  • fixed bugs and crashes

2.0.12

02 Apr 21:03
Compare
Choose a tag to compare
  • fixed bug in CoFuture.await()

2.0.11

02 Apr 18:46
Compare
Choose a tag to compare
  • improved CoroutineScheduler.await() performance

2.0.10

01 Apr 07:21
Compare
Choose a tag to compare
2.0.10 Pre-release
Pre-release
  • improved coroutine dispatching

2.0.9

31 Mar 12:55
Compare
Choose a tag to compare
2.0.9 Pre-release
Pre-release
  • removed CoFuture map() and flatMap()