A Practical Guide to Swift Concurrency: Understanding Async/Await, Actors, and MainActor
A no-bullshit guide to Swift concurrency. Learn async/await, actors, Sendable, and MainActor with simple mental models. No jargon, just clear explanations.
Read the full articleYou might also wanna read
A Guide to Asynchronous Programming in Java: Threads, CompletableFuture, and Libraries
Learn about a few ways to achieve asynchronous programming in Java
Why Virtual Threads Are a Better Abstraction Than Async/Await for Concurrency
Musings about async await again and why I think virtual threads
Get to know Asynchio: Multithreaded Python using async/await
Discover the power of Asynchio, a technique for multithreaded programming in Python using async/await. Learn about asynchronous programming
daily.dev·2y ago

What's new in Swift 5.10?
Important concurrency clean ups ahead of Swift 6.
Hacking with Swift·2y ago
JavaScript async/await and the fetch API
Write clean asynchronous JavaScript with async/await and fetch real data from an API, with live, runnable examples.
logicdecode.in·17d ago
JavaScript Callbacks and Promises, Explained
Understand asynchronous JavaScript: callbacks, the problem they cause, and how Promises fix it, with live, runnable examples to try.
logicdecode.in·18d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.