#EventLoop
Hello!! 😀

Excited to share a new post: The Event Loop 🔄 🚀

dev.to/giulianaolmo...

I explain how it works with examples + an interactive page to test functions and see it in action! 💻✨

#TechInterviews #EventLoop #JavaScript #InteractiveLearning
Technical Interview Questions - Part 5 - Event Loop
Introduction Hello, everybody! Today, as the title says 😉, I’ll be talking about the event...
dev.to
December 30, 2024 at 12:05 PM
📦 hiblaphp/event-loop 1.0.0-alpha.1

Fiber native eventloop for building block for heart of hiblaphp libraries

🔗 https://github.com/hiblaphp/event-loop
April 10, 2026 at 5:10 PM
September 10, 2024 at 7:39 AM
Node.js: "I'm single-threaded, I swear!" 🤥 *insert Pinocchio meme*
...Proceeds to block the event loop. 🤦
Lesson: Asynchronous code FTW! 🚀 #NodeJS #JavaScript #EventLoop
February 22, 2025 at 5:00 PM
This is the best part of writing for my blog.
The comments from the community. 💖

#Javascript #eventLoop #development #blog #softwaredevelopment #devs
November 29, 2024 at 1:48 PM
📦 axcherednikov/eventloop v1.0.2

Native PHP extension providing a high-performance event loop with epoll/kqueue/poll support. API-compatible with Revolt.

🔗 https://github.com/axcherednikov/php-eventloop
May 23, 2026 at 3:19 PM
A callback is just a to-do for your eventloop after all.
July 18, 2025 at 10:05 PM
A very important explainer on the JavaScript Event Loop. It clarifies the async nature of JS in a simple, visually understandable way. Huge thanks to Philip Roberts for this gem.

An 11-year-old treasure that's still perfectly relevant.

www.youtube.com/watch?v=8aGh...
#JS #EventLoop #WebDevelopment
What the heck is the event loop anyway? | Philip Roberts | JSConf EU
YouTube video by JSConf
www.youtube.com
November 12, 2025 at 2:56 PM
Happy to have @0xtim.bsky.social back on for @vapor.bsky.social 5 beta. Running Swift on the server? What breaks without EventLoop, is strict memory safety worth it, when does stable land? What's his favorite emo band?

Reply and the best ones make the episode 👇

blog.vapor.codes/posts/vapor-...
Vapor 5 Beta
After 6 and a half years of Vapor 4, and a decade to the day of Vapor 1.0, we're excited to show off the next version of Vapor, with the first beta release
blog.vapor.codes
September 16, 2026 at 12:25 PM
18. github.com/bevyengin...

A fix for a simple regression. We've made more windowing information private to avoid unsafety and move towards removing `NonSend` resources (they're a mess, sorry!). But this information is still useful to some people, so we should dump it in a resource. Sure, merging.
0.16 Regression fix: re-expose the display handle via a wrapper resource by HugoPeters1024 · Pull Request #18644 · bevyengine/bevy · GitHub
Objective In the latest released version (15.3) I am able to obtain this information by getting the actual EventLoop via non_send_resource. Now that this object has (probably rightfully so) been r...
github.com
March 31, 2025 at 6:54 PM
Pour cette partie c’est directement implémenté dans l’API de CWCloud qui lance des thread asynchrones dans un eventloop pour sonder ces moniteurs ajoutés par les clients et exporte soit du Prometheus/openmetrics soit push sur du OTLP/grpc
December 4, 2024 at 6:51 PM
> Is async…await basically the same thing as thread.start… join?

When you write "async", you are saying this function returns a coroutine. It isn't running until you call asyncio.run(), asyncio.create_task(), or await. All 3 schedule the coroutine with the eventloop in different ways.
December 31, 2024 at 8:09 PM
刚刚在电脑里翻出了很早以前囤的视频教程。
原生Javascript 快速技术提升,入门、初级、中级技术知识讲与实操,了解学习内容 eventLoop事件队列、防抖、Promise、async、await
pan.xunlei.com/s/VOVY3OLz6Q...
#Javascript #前端开发
July 22, 2025 at 3:57 PM
Tidbit 01: How Does #EventLoop Handle Promises? Ever Thought? || #JavaScript #WebDev #Coding bit.ly/3UiIw3j
Tidbit 01: How Does Event Loop Handle Promises? Ever Thought?
Learn how the promises are handled internally using event loop. This concept is essentials to debug and work with async programming.
bit.ly
July 15, 2025 at 11:25 AM
Cara, eu só nunca tentei fibers com tk...
Sei la, a parada precisa ter um eventloop disponível na thread principal, não tenho certeza se fiber iria ser uma boa...
September 24, 2024 at 2:10 AM
プラグインホストを組むにはUIスレッドに関数呼び出しをdispatchできる仕組みが必要なのでEventLoopをchocのMessageLoopで実装していたんだけど、これだとホストの実装がchocに縛られてしまう(そうなるとchocのWebViewしか選択肢がない)のでとりあえずイベントループ操作はインターフェース経由で差し替えられるようにした。これでsaucerもQtもpuglもいけるはず…
November 15, 2024 at 3:11 PM
by default the libSql client has concurrency @ 20 - meaning if 20 items are trying to write at a time, and they're going too slow, what you're really doing is building up a whole host of async awaits to eventually try to write. I don't know what the default number for these is in whatever eventloop
June 16, 2026 at 6:48 PM
Async in JavaScript, Served Hot: The Chef’s guide to the Event Loop What is the JavaScript Event Loop? The event loop is a mechanism provided by the JavaScript environment (like your browser or N...

#javascript #programming #eventloop

Origin | Interest | Match
Async in JavaScript, Served Hot: The Chef’s guide to the Event Loop
What is the JavaScript Event Loop? The event loop is a mechanism provided by the JavaScript...
dev.to
July 25, 2025 at 12:10 AM