futures_util::stream

Module select_with_strategy

Source

Structs§

Enums§

Functions§

  • poll_inner 🔒
  • poll_side 🔒
  • This function will attempt to pull items from both streams. You provide a closure to tell SelectWithStrategy which stream to poll. The closure can store state on SelectWithStrategy to which it will receive a &mut on every invocation. This allows basing the strategy on prior choices.