Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/the-world-of-swift-concurrency
Experiments with for The World of Swift Concurrency.
https://github.com/alexito4/the-world-of-swift-concurrency
concurrency experiments swift
Last synced: 1 day ago
JSON representation
Experiments with for The World of Swift Concurrency.
- Host: GitHub
- URL: https://github.com/alexito4/the-world-of-swift-concurrency
- Owner: alexito4
- Created: 2021-06-16T17:06:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T19:18:12.000Z (about 3 years ago)
- Last Synced: 2024-11-08T21:23:47.110Z (about 2 months ago)
- Topics: concurrency, experiments, swift
- Language: Swift
- Homepage: https://alejandromp.com/swift-concurrency/
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Concurrency
This repository contains all the expirements I've been doing with Swift Concurrency.
> Note that most of the expriments use Swift's development snapshoots and not the official versions that come with Xcode 13 betas. This is mainly due to the fact that I was working on this before WWDC and that beta 1 has old APIs.
## What is this?
As you may know I've been following Swift Concurrency development almost since the begining. I've also been experimenting with the features with Swift's snapshoots and that's what this repo contains.
You can read [The World of Swift Concurrency](https://alejandromp.com/swift-concurrency) on my website, where I'm writting everything I know about this topic.
## Author
Alejandro Martinez | http://alejandromp.com | [@alexito4](https://twitter.com/alexito4)