To contribute to this issue, simply leave a comment here. Please also review our contributing guidelines.
The current draft for this issue in _drafts/. If you want to contribute directly, feel free to open a pull request.
Really extensive discussion about async/await https://forums.swift.org/t/await-async-part-deux/37491/30
SSWG-0013: Swift AWS Lambda Runtime
https://forums.swift.org/t/sswg-0013-swift-aws-lambda-runtime/37466
Running many operations, concurrently, but in batches
So here's some more example code for a question that I've been asked repeatedly: How can I run a large number of operations whilst limiting this to N running at the same time. You may want to do that if you have to do many HTTP requests to a website but you don't want to overload the website and say do only 10 at the same time.
https://forums.swift.org/t/running-many-operations-concurrently-but-in-batches/37518
Static Thread Safety
https://twitter.com/k__mahar/status/1270384667565400066
Excited to announce that we've released v1.0 of the MongoDB Swift driver!
https://www.mongodb.com/blog/post/announcing-release-official-swift-driver
Seem to have missed that one for the last issue :(
A way to check for unique storage in standard library collections
https://forums.swift.org/t/a-way-to-check-for-unique-storage-in-standard-library-collections/37595
SSWG-0014: Swift Backtrace