FuelLabs/fuel-core

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

Open

#2,836 创建于 2025年3月10日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Rust (2,861 fork)batch import
good first issuetech-debt

仓库指标

Star
 (57,084 star)
PR 合并指标
 (平均合并 8小时 53分钟) (30 天内合并 1 个 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

贡献者指南