Module cancel_safe_futures::stream

source ·
Expand description

Alternative adapters for asynchronous streams.

This module contains adapters that are similar to the try_ adapters in the futures::stream module, but don’t cancel other futures if one of them errors out.

Structs§

Traits§

  • Alternative adapters for Result-returning streams