FuelLabs/fuel-core

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

Open

#2836 aperta il 10 mar 2025

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Rust (2861 fork)batch import
good first issuetech-debt

Metriche repository

Star
 (57.084 star)
Metriche merge PR
 (Merge medio 8h 53m) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor