FuelLabs/fuel-core

Avoid usage of the `BoxedStream` from the ports in services

Open

#2,836 opened on 2025年3月10日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Rust (2,861 forks)batch import
good first issuetech-debt

Repository metrics

Stars
 (57,084 stars)
PR merge metrics
 (平均マージ 8h 53m) (30d で 1 merged PR)

説明

We have many places in the codebase where we require the port to return a BoxedStream, while instead, it could have a generic trait with async method

Source: https://github.com/FuelLabs/fuel-core/pull/2791#discussion_r1985721863

コントリビューターガイド