Sane coroutine imitation with macros; copyable, serializable, and with reflection

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rcoro

    Custom macro coroutines: copyable, serializable, and with reflection

  • For future work ideas, I'd love to see this optimize well at -O1 and not only -O2.

  • cppcoro

    A library of C++ coroutine abstractions for the coroutines TS

  • The goal wasn't as much to simplify C++20 coroutines (then one would build on top of them, e.g. see cppcoro), but to bring copyability and reflection to coroutines: hence a custom reimplementation.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts