#concurrency
8 July 2024
We are really pleased to announce the release of version 7 of Soto.We have replaced the internals of Soto. All the SwiftNIO EventLoopFuture based code has been replaced with Swift concurrency. The advantage of this includeThis does come with one major change to the APIs. Along with the removal of…
26 October 2021
The new release of Swift 5.5 comes with the much anticipated Swift concurrency model. The changes include the async/await syntax, structured concurrency, async sequences plus much more. This is an exciting time to be working in Swift. With the release of v5.9.0 of Soto we have added support for…