Avatar
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - History for proposals/0302-concurrent-value-and-concurrent-closures.md - apple/swift-evolution
1:48 PM
Hello everyone, With the recent introduction of Swift concurrency, and most notably actors to the language, Swift gained powerful and foundational building blocks for expressing thread-safe concurrent programs. This proposal aims to extend Swift's actors with the ability to work equally well for distributed systems thanks to the introduction of...