googleapis / googleapis/google-cloud-cpp
C++ coroutines support
- 主要言語
- C++
- スター
- 659
- フォーク
- 462
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 89
説明
I would like to propose the integration of native C++20 coroutine support into the google-cloud-cpp client libraries, with a particular focus on Google Cloud Storage (GCS).
While the current asynchronous API is functional, the addition of first-class coroutine support (e.g., ``Task`` or ``Awaitable`` types) would significantly improve code readability and maintainability for modern C++ backends. Furthermore, providing low-level networking primitives—similar to the models found in ``boost::asio`` or the Networking TS—would allow developers to integrate GCS operations into their own custom execution contexts and coroutine frameworks.
コントリビューションガイド
調査の方向性
ファイル、テスト、エントリポイントは指定されていません。まず Google Cloud Storage クライアントの既存の非同期 API を確認し、次にその実行モデルを、言及されている C++20 coroutines と boost::asio または Networking TS のアプローチと比較します。完了には、合意された設計と、コルーチンサポートおよび提案された低レベルネットワークプリミティブの実装が必要です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend-api-design, cloud
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100