.NET 11 moves async/await into the runtime itself. Stack traces drop from 13 frames to 5, allocations cut by 42%, and you don't change a single line of code.
the-runtime.dev/articles/runtime-async-d...
#dotnet #async #performance
Latest posts tagged with #async on Bluesky
.NET 11 moves async/await into the runtime itself. Stack traces drop from 13 frames to 5, allocations cut by 42%, and you don't change a single line of code.
the-runtime.dev/articles/runtime-async-d...
#dotnet #async #performance
What Adaptive Concurrency Means for Async Functions Learn how adaptive concurrency in the OpenFaaS queue-worker matches processing capacity to function replicas, reducing retries and async invocati...
#queue #async #autoscaling #kubernetes #batch-processing
Origin | Interest | Match
❓ Not sure when to use Task.WhenAll() versus Parallel.ForEach()? Fati talks about how these differ and what they are each suited for.
🧠 Learn more here: https://bit.ly/3WdAxVO
#dotnet #SoftwareDevelopment #ParallelProcessing #async
When debugging complex async code, leverage `trio`'s nursery cancellation features. It’s a simple pattern that prevents hanging tasks and makes your code more resilient. #Python #Async
When debugging complex async code, leverage `trio`'s nursery cancellation features. It’s a simple pattern that prevents hanging tasks and makes your code more resilient. #Python #Async
Wow so it turns out I was right, Javascript is a gross language that is impossible to read for anybody who isn't already familiar with its syntax.
I come from C/C++ and Python land when it comes to network request stuff, and I'm accustomed to code just executing one line after another. I can […]
🦀 Rust Tip #001
let net = Arc::new(Mutex::new(policy_net));
tokio::spawn(async move {
let guard = net.lock().unwrap();
guard.forward(&input)
});
Un type `!Sync` ne peut pas être partagé entre threads via `&T`.
#async #concurrence #pytorch
www.linkedin.com/posts/djokic... - #dotNET #async & #await doesn't make it faster, it makes it so other things can happen while it waits.
Etoile's stream flyer today: "Blar Brigade Async Monthly" The doodle of the day is of Etoile dragging along a bag in one hand of various items from games, her other hand holding a treasure map, facing ahead looking very confused.
🟢BLAR!!!
Wowweee~!
Time for another monthly async!
Likely gonna be a cozy stream ^ ^
twitch.tv/etoiledoll
#dragongirl #vtuber #transrights #randomizer #async
Correcting Common Async/Await Mistakes in .NET 10 - Brandon Minnick - NDC London 2026
buff.ly/4KWZDgS
#dotnet #ndc #async #csharp #dotnet10
Stop UI freezing! ❄️🚫
My Midterm Demo shows how Async/Await keeps apps responsive.
I live-coded a 5s background fetch to prove you can still highlight text & scroll while data loads. No more zombie pages! 🧟♂️
See the Live Coding here: www.youtube.com/watch?v=G_vC... 💻✨
#JS #WebDev #Async #Coding
Traduccion toot anteriro de @rek2
recordatorio a todos los #usenet #hackers #manipulador de linux y #kunfu #ninjas de terminal que estan en nuestro servidor Usenet #inn2 que tenemos noticias locales en vivo sobre #hackercultura y #seguridad que pueden consultar sin tener que desplazarse hacia […]
I'm glad to report that stepping through #async #vala is every bit as annoying as stepping through async #rust .
#debugging #rustlang #gdb
TIME FOR ANOTHER BIG DRAGONPELAGO!
22 DRAGONS
51 GAMES!
STARTING NOW AS WE BEGIN DRAGONPELAGO #5! JOIN ME AND MORE DRAGONS FOR KICKOFF AS WE GET THIS #Randomizer GOING!
#Archipelago #Retro #Dragons #ASync
What is asynchronous messaging? In this post, Kyle McMaster explains the concepts within asynchronous messaging and mentions some of the frameworks including RabbitMQ, NServiceBus, and MassTransit. Check out this post here:
https://bit.ly/4bTRfAS
#SoftwareDevelopment #async
Exploring .NET 11 Preview 1 Runtime Async: A dive into the Future of Async in .NET | by Laurent Kempé
buff.ly/6p27k3g
#dotnet #async #csharp #programming
🚀 .NET 11 Preview 1 brings Runtime Async enabled by default + Native AOT. Fewer allocations and clearer async stacks — try it! ⚡️ Runtime-managed async replaces heavy compiler state machines — meaning smaller heaps and cleaner traces.
#dotnet #csharp #async
Wenn du schon eine Weile mit Java arbeitest, bist du sicher ü...
magicmarcy.de/completablefuture-asynch...
#CompletableFuture #asynchrone_Programmierung #async #asynchron #Threads #Hauptthread #Verkettung #kombinieren #exceptionally #Parallelität #reaktiv
Scale your apps beyond single-core with the Worker class.
Run CPU-intensive tasks as separate helpers (Console apps) and report progress back to the UI.
UI stays fluid. Multi-core performance unlocked.
#XojoWorker #Performance #Async
New blog post: IRL #17 in Taipei
New project, two museums, a hike, street food, and a cycling tour on the last day.
Read the blog: niteo.co/blog/irl17/
#remotework #async #retreat
My #FOSDEM discovery: #ArielOS .
#Rust, both #async and preemptive scheduling, microcontroller-friendly. Based on #embassyrs .
Sounds promising, gonna have to check it out once I'm back home.
https://ariel-os.org/
I’ve written a new English review on Ryuichi Sakamoto’s async—
an album where noise fades, memory begins, and silence becomes a final instrument.
A quiet space for anyone who listens deeply.
#RyuichiSakamoto #async #QuietThunderReviews
Review:
quietthunder.hatenablog.com/entry/music/...
TypeScript 编译器 Go 重写版提速 10 倍:微软团队深度揭秘幕后工程细节 本文永久链接 – tonybai.com/2026/01/27/typescript-co...
#技术志 #AbstractSyntaxTree #ast #async #Compiler #Concurrency #Consstring #CrossPlatform #electron #Figma #FunctionColoring
Origin | Interest | Match
Avoiding common pitfalls with async/await - Stephen Cleary - NDC Copenhagen 2025
www.youtube.com/watch?v=a_O5...
#dotnet #async #csharp #programming #devcommunity #ndc
Building High-Performance APIs with FastAPI and Async Python:
dasroot.net/posts/2026/0...
#FastAPI #Async #Python #Redis
I just released the aws-sdk-http-async gem: github.com/thomaswitt/a... - an Async HTTP handler plugin for the AWS SDK for Ruby, built on async-http
More information on the background: thomas-witt.com/blog/aws-sdk...
#ruby #rails #aws #async #fibers
with minimal modifications, provided that developers account for concurrency considerations such as shared mutable state."
I wish Python had followed the same path; the "async/await" keywords are a nightmare. 🥲
#python #async #programming
#Optique 0.9.0 is here!
This release brings #async/await support to #CLI parsers. Now you can validate input against external resources—databases, APIs, Git repositories—directly at parse time, with full #TypeScript type safety.
The new _@optique/git_ package showcases this: validate branch […]