Show HN: Runloom – Go-style coroutines for Python free-threaded
Runloom is a new library for Python that introduces Go-style stackful coroutines to enable high-concurrency, blocking-style code execution. By leveraging free-threaded CPython, it allows developers to run millions of fibers across multiple CPU cores without the complexity of async/await syntax.
Go-style stackful coroutines for Python. Write blocking code — fiber(fn) , plain recv / send , no async / await — and run a million of them across every core in one process. Hand-rolled asm context switch + C work-stealing scheduler + netpoll, built for free-threaded Python 3.14t (GIL off).
Get the full story
Sign up for Headlinne to unlock AI insights, political bias analysis, and your personalized news feed.
Create free accountAlready have an account? Sign in