Back to browse
GitHub Repository

Run dozens of concurrent flows on a single thread - a header-only C++17 cooperative-scheduling framework (reactor + worker-pool), zero deps

1 starsC++

Uniflow – a code skeleton so feature #50 looks like feature #1

by splendidz·Jun 30, 2026·1 point·0 comments

AI Analysis

MidCozyNiche Gem

Yet another async framework in a space dominated by Boost.Asio and C++20 coroutines.

Strengths
  • Single header file with zero external dependencies simplifies integration
  • Smart-polling yields CPU when idle instead of fixed sleep loops
  • Visual demos show city traffic and CNC machining on one pump thread
Weaknesses
  • Async frameworks are crowded with Boost.Asio, coroutines, and libuv
  • Only 1 star and 0 forks indicates minimal community traction so far
Target Audience

C++ developers, embedded systems engineers

Similar To

Boost.Asio · libuv · C++20 coroutines

Similar Projects