FuelLabs/fuel-core

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

Aberta

#2.836 aberto em 10 de mar. de 2025

 (4 comentários) (0 reação) (0 responsável)Rust (2.861 forks)batch import
good first issuetech-debt

Métricas do repositório

Stars
 (57.084 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador