Are Boost.coroutine2 coroutines still relevant now we have c++20 coroutines ?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • stdexec

    `std::execution`, the proposed C++ framework for asynchronous and parallel programming.

  • Coroutine task types and other awaitables are well supported by the P2300 std::execution proposal. Take a look at https://github.com/NVIDIA/stdexec Coroutines in general are good at suspension and resumption, but they need a place to run and something to resume them. That's what the sender/receiver framework provides.

  • coroutine2

    Boost.Coroutine2

  • Was boost.coroutine2 ever relevant? I believe its performance has never been good enough to make this library useful in production code. Several years back when I checked it out, I found that its implementation threw and then caught an exception on coroutine exit. The author told me it was by design. There ended my interest in boost.coroutine2.

  • 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

  • Digital Telecommunication in HF band - WWWAN - World-Wide Wireless Area Network

    1 project | news.ycombinator.com | 7 May 2024
  • GCC 14.1 Release

    1 project | news.ycombinator.com | 7 May 2024
  • Event-Driven Architecture on AWS

    2 projects | dev.to | 7 May 2024
  • Visiting the most expensive nuclear station

    2 projects | news.ycombinator.com | 4 May 2024
  • HN: SentinelEye-WIDS- Wireless Intrusion Detection and User Awareness System

    1 project | news.ycombinator.com | 7 May 2024