#asyncawait

Taras Kovalenkotkovalenko
2025-03-03

Якщо ви розробник .NET, ви, напевно, стикалися з ConfigureAwait(false), але чи достатньо добре розумієте всі його нюанси та нові можливості? 🤔

taraskovalenko.github.io/posts

Abdelfattah Ragababdelfattahragab
2025-01-13

Angular Observables and Promises: A Practical Guide to Asynchronous Programming by Abdelfattah Ragab

The e-book is only available on the author's website books.abdelfattah-ragab.com with amazing discounts of up to 40%.

2025-01-02

Почему джуны путаются в асинхронном коде (и как научиться с ним работать)

Асинхронный код часто становится камнем преткновения для начинающих разработчиков. Почему функции выполняются не в том порядке, зачем нужны промисы, и что делает async/await? В статье я простыми словами объясняю: - Как работает Event Loop и почему это важно. - Какие ошибки чаще всего допускают джуны при работе с асинхронностью. - Как научиться писать понятный и предсказуемый асинхронный код. Если асинхронность вызывает больше вопросов, чем ответов, загляните в статью - там всё по шагам. 🙂

habr.com/ru/articles/871328/

#Асинхронность #javascript #event_loop #промисы #callbacks #вебразработка #отладка_кода #обучение_программированию #asyncawait

2024-09-22

🚀 Unlock the Power of Swift Concurrency 🚀

If you're working with Swift and want to boost your app's performance with concurrent tasks, you won't want to miss my latest blog post! 🔥

In today's post, I showed how you can:
Use async let for small, fixed tasks to achieve faster execution.
Harness the flexibility of TaskGroups to dynamically manage tasks when the workload is uncertain or variable.

You'll see step-by-step examples comparing sequential execution to concurrent approaches and learn how to choose the best concurrency tool for the job.

📈 Whether you're optimizing file downloads or other asynchronous tasks, these techniques will help you write more efficient, scalable Swift code!
Check it out now and take your concurrency skills to the next level! 🚀👇

🔗 lnkd.in/dvjieZrv

#Swift #Concurrency #AsyncAwait #TaskGroups #iOSDevelopment #SwiftProgramming #TechBlog #MobileDevelopment #DeveloperLife

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2024-04-10
2024-03-25

🚀 New blog post alert! Dive into the world of concurrency in Rust with our latest article: Navigating Concurrency in Rust: The Complex Dance of Async/Await and Threads 💻
eliza-ng.me/post/asyncawaitthr
#RustLang #Concurrency #AsyncAwait #Threads

Martin Algestenmartin@dulc.es
2024-02-04

withoutboats not only puts words to, and points out exactly how I've been thinking wrong about async (Multi- vs Intra-task concurrency is exactly it), but also mentions two of my projects. I'm a bit starstruck.

without.boats/blog/let-futures

#rustlang #rust #asyncawait

2023-10-12

Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.

#Swift #Programming #macOS #iOS #AsyncAwait #Concurrency
avanderlee.com/concurrency/uni

2023-08-31

Marco Sanna zeigt in seinem Vortrag "Von UIKit zu SwiftUI - Eine Refactoring Reise" auf der #Macoun23 am Beispiel einer aktiv genutzten Produktivapp, wie eine komplexe Änderung der Architektur ohne Einschränkungen für Benutzer und Entwicklungsteam umgesetzt werden kann.

Sei dabei: macoun.de/anmelden

#SwiftUI #Storyboards #RxSwift #CleanArchitecture #AsyncAwait #macounFFM

Uli Kusterer (Not a kitteh)uliwitness@chaos.social
2023-08-30

Can a Swift async method return multiple results over time? Different types, so I don’t think I can use AsyncSequence? Something like (pseudocode)

let (showProgress: async Bool, result: async MyThing) = await doSomethingLengthy()
if await showProgress {
showProgressScreen()
}
processResult(await result)

?

doSomethingLengthy() would guarantee that doProgress is fulfilled before result, in case that helps.

Or must it be a 2-method delegate?

#swiftlang #programming #asyncAwait #coroutines

Jonathan RamirezJonathanRamirezM
2023-08-21

I created a small example of how to create an ApiClient using async-await. If you have any feedback, it is welcome.

github.com/jonathanramirez/API

rogelinrogelin
2023-08-21

Hey swifties!
I few days ago a saw a post/guide about instead of starting Task { await … } in the viewModel, making the func in viewModel async then stating the Task { await … } from the view.
I lost it… does anyone have a link for it?!
Thanks!

Reid Ellis ☑️clith
2023-08-15

@helge hiding the tags is a bad idea. People often use tags as part of the content. E.g. “ is awesome in ” which would show up for you as “is awesome in”.

2023-08-11

Since XCTest does not support async expressions in its assert functions I released SwiftAsyncAsserts Swift package to fill that gap.

Write more readable testing code for your async type interfaces in Swift.

github.com/angu-software/Swift

#swift #xctest #asyncawait #unittest #swiftdev #iosdev #macdev

Kaiser 🏳️‍🌈kaiser_sb
2023-04-15

Unlock the power of async/await in JavaScript! 🚀 Learn simplified async programming for beginners with practical examples and boost your coding skills.

letscodeblog.hashnode.dev/java

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst