Egzon Pllana Portfolio
-

Tagged: async-await

3 articles tagged “async-await”.

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.

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.

7 min read

Building a generic, thread-safe Networking Layer in Swift 6 with Interceptors

Build a generic, thread-safe networking layer in Swift 6 using the EventHorizon package, with async/await, Sendable, and network interceptors.