Egzon Pllana Portfolio
-

Tagged: Concurrency

3 articles tagged “Concurrency”.

All articles
2 min read

EventHorizon - A thread-safe networking layer in Swift with Sendable and async-await

EventHorizon is a lightweight, thread-safe Swift package for building a clean, type-safe network communication layer with Swift 6, Sendable and async/await.

5 min read

The important difference between RunLoop.main and DispatchQueue.main

Why a Combine pipeline can pause UI updates during scrolling, and how the choice between RunLoop.main and DispatchQueue.main on receive(on:) affects value delivery.

11 min read

Understanding Concurrency in Swift 6 with Sendable protocol, MainActor, and async-await

A practical guide to Swift 6 concurrency: async/await, MainActor, the Sendable protocol, actors, TaskGroup, and more for safe, modern asynchronous code.