FuelLabs/fuel-core

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

Open

#2.836 geöffnet am 10. März 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.861 Forks)batch import
good first issuetech-debt

Repository-Metriken

Stars
 (57.084 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8h 53m) (1 gemergte PR in 30 T)

Beschreibung

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

Contributor Guide