summaryrefslogtreecommitdiffstats
path: root/futures/src/stream.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Leverage new `AsyncFn` traits in `stream` moduleLibravatar Héctor Ramón Jiménez2025-02-211-12/+6
|
* Remove unnecessary `Future` importsLibravatar Héctor Ramón Jiménez2025-02-211-2/+0
|
* Introduce `stream::try_channel` helperLibravatar Héctor Ramón Jiménez2024-07-111-0/+21
|
* Allow future in `stream::channel` to returnLibravatar Héctor Ramón Jiménez2024-07-081-3/+2
|
* Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-051-0/+26
.. and introduce `stream::channel` helper