1 Repo
Generation of elements from nested sequences by resuming the deepest coroutine.
Distinct from Sequence Generation: Focuses on the recursive traversal of nested coroutine sequences rather than AI-driven data sample generation.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Recursive. Refine with filters or upvote what's useful.
cppcoro is a C++ coroutine library and concurrency toolkit providing primitives for asynchronous tasks, lazy generators, and non-blocking execution. It functions as an asynchronous I/O framework for managing network sockets and file operations through an event loop. The library features a work-stealing thread pool for distributing tasks across multiple cores and a set of async generators for producing lazy sequences of values both synchronously and asynchronously. It includes a concurrency toolkit with async mutexes, latches, and shared tasks to coordinate multi-threaded execution. Its capab
Produces elements from nested sequences by resuming the deepest coroutine to avoid traversing full call depth.