FuelLabs/fuel-core

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

Open

#2 836 ouverte le 10 mars 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Rust (2 861 forks)batch import
good first issuetech-debt

Métriques du dépôt

Stars
 (57 084 stars)
Métriques de merge PR
 (Merge moyen 8h 53m) (1 PR mergée en 30 j)

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

Guide contributeur