diff --git a/2023/11/14/swift-concurrency-in-a-nutshell.html b/2023/11/14/swift-concurrency-in-a-nutshell.html index aa7841a9b..2b443e3b0 100644 --- a/2023/11/14/swift-concurrency-in-a-nutshell.html +++ b/2023/11/14/swift-concurrency-in-a-nutshell.html @@ -70,7 +70,7 @@ - + @@ -102,8 +102,8 @@ - - + + diff --git a/feed.xml b/feed.xml index 205bab029..253e35734 100644 --- a/feed.xml +++ b/feed.xml @@ -1,4 +1,4 @@ -Jekyll2023-11-14T08:34:36+00:00https://tech.bedrockstreaming.com/feed.xmlBedrock Tech BlogBlog technique de BedrockSwift Concurrency in a Nutshell2023-11-14T00:00:00+00:002023-11-14T00:00:00+00:00https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell<p>As modern apps grow in complexity and features, the need for multitasking to enhance the user experience becomes evident. Whether processing large datasets or querying multiple systems over the network, concurrency is essential.</p> +Jekyll2023-11-14T13:06:44+00:00https://tech.bedrockstreaming.com/feed.xmlBedrock Tech BlogBlog technique de BedrockSwift Concurrency in a Nutshell2023-11-14T00:00:00+00:002023-11-14T00:00:00+00:00https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell<p>As modern apps grow in complexity and features, the need for multitasking to enhance the user experience becomes evident. Whether processing large datasets or querying multiple systems over the network, concurrency is essential.</p> <p>This article presents a concise, yet comprehensive overview of Swift’s Concurrency, highlighting its key features and core concepts. Swift’s approach to concurrency provides several benefits:</p> diff --git a/images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg b/images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg new file mode 100644 index 000000000..9a13dab8e Binary files /dev/null and b/images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg differ diff --git a/index.html b/index.html index a392c190d..70d1c7ba8 100644 --- a/index.html +++ b/index.html @@ -379,6 +379,12 @@

Creating Streaming Champions