Skip to content

Commit

Permalink
'Swift Concurrency in a Nutshell' Blog Post (#434)
Browse files Browse the repository at this point in the history
The post covers the following key topics:
- The motivation behind adopting a concurrency model in Swift
- An overview of async/await syntax
- Understanding concurrency in the context of Swift’s actor model
- Best practices for employing concurrency in Swift applications
  • Loading branch information
DamienPetrilli authored Nov 13, 2023
1 parent 03f5228 commit 4223ff9
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ d_cuny:
name: Damien Cuny
d_larue:
name: David Larue
d_petrilli:
name: Damien Petrilli
d_roussel:
name: Denis
avatar: /images/avatar/d_roussel.jpg
Expand Down
Loading

0 comments on commit 4223ff9

Please sign in to comment.