Skip to content

Commit

Permalink
Deploying to gh-pages from @ c34c874 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienPetrilli committed Nov 14, 2023
1 parent c55371c commit b118040
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 2023/11/14/swift-concurrency-in-a-nutshell.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


<!-- SEO tags -->
<meta property="og:image" content="https://tech.bedrockstreaming.com/images/common/banner_xl.jpg">
<meta property="og:image" content="https://tech.bedrockstreaming.com//images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg">

<meta property="og:type" content="website" />

Expand Down Expand Up @@ -102,8 +102,8 @@
<meta name="twitter:title" content="Swift Concurrency in a Nutshell">
<meta name="twitter:description" content="As modern apps grow in complexity and features, the need for multitasking to enhance the user experience becomes evident. Whether processing large datasets o...">

<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://tech.bedrockstreaming.com/images/common/banner_xl.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://tech.bedrockstreaming.com//images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg">
<meta name="twitter:image:alt" content="Swift Concurrency in a Nutshell">
</head>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://tech.bedrockstreaming.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://tech.bedrockstreaming.com/" rel="alternate" type="text/html" /><updated>2023-11-14T08:34:36+00:00</updated><id>https://tech.bedrockstreaming.com/feed.xml</id><title type="html">Bedrock Tech Blog</title><subtitle>Blog technique de Bedrock</subtitle><entry><title type="html">Swift Concurrency in a Nutshell</title><link href="https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell.html" rel="alternate" type="text/html" title="Swift Concurrency in a Nutshell" /><published>2023-11-14T00:00:00+00:00</published><updated>2023-11-14T00:00:00+00:00</updated><id>https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell</id><content type="html" xml:base="https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell.html">&lt;p&gt;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.&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://tech.bedrockstreaming.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://tech.bedrockstreaming.com/" rel="alternate" type="text/html" /><updated>2023-11-14T13:06:44+00:00</updated><id>https://tech.bedrockstreaming.com/feed.xml</id><title type="html">Bedrock Tech Blog</title><subtitle>Blog technique de Bedrock</subtitle><entry><title type="html">Swift Concurrency in a Nutshell</title><link href="https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell.html" rel="alternate" type="text/html" title="Swift Concurrency in a Nutshell" /><published>2023-11-14T00:00:00+00:00</published><updated>2023-11-14T00:00:00+00:00</updated><id>https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell</id><content type="html" xml:base="https://tech.bedrockstreaming.com/2023/11/14/swift-concurrency-in-a-nutshell.html">&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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:&lt;/p&gt;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,12 @@ <h1> Creating Streaming Champions </h1>

<div class="post-teaser">

<div class="post-img">
<a aria-label="Swift Concurrency in a Nutshell" href="/2023/11/14/swift-concurrency-in-a-nutshell.html">
<img alt="Swift Concurrency in a Nutshell" src="/images/posts/2023-11-14-swift-concurrency-in-a-nutshell/thumbnail.jpg">
</a>
</div>

<span>
<header>
<h1>
Expand Down

0 comments on commit b118040

Please sign in to comment.