Releases: belozierov/SwiftCoroutine
Releases · belozierov/SwiftCoroutine
2.0.19
- added map() to CoFuture
- added coroutine initializer to CoFuture
2.0.18
- fix for XCFramework
2.0.17
- improved performance for multi core
2.0.16
- updated API (removed throws from awaits)
- added URLSession extension
- minor improvements
2.0.15
- minor improvements
- fixed memory leak
2.0.14
- improved performance
- fixed bugs and crashes
2.0.12
- fixed bug in CoFuture.await()
2.0.11
- improved CoroutineScheduler.await() performance
2.0.10
- improved coroutine dispatching
2.0.9
- removed CoFuture map() and flatMap()