Swiftweekly.github.io: [162] Issue #162 - June 18, 2020

Created on 11 Jun 2020  路  11Comments  路  Source: SwiftWeekly/swiftweekly.github.io

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.

full issue notes

All 11 comments

Really extensive discussion about async/await https://forums.swift.org/t/await-async-part-deux/37491/30

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  路  4Comments

jessesquires picture jessesquires  路  9Comments

jessesquires picture jessesquires  路  8Comments

jessesquires picture jessesquires  路  7Comments

jessesquires picture jessesquires  路  5Comments