timeout-iterator 1.1.7

TimeoutIterator is a wrapper over any iterator that adds peek_timeout and next_timeout functions. The canonical use-case is parsing multi-line free-form records (such as tailing a log fime) where it is desirable to consume the very last line, and peek whether the record continues on the next time, but not block indefinitely on the peek.
Documentation

timeout-iterator

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 7 of them enabled by default.

default

  • async

async

  • futures
  • futures-util
  • tokio
  • tokio-stream
  • pin-project

futures

    This feature flag does not enable additional features.

futures-util

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

tokio-stream

    This feature flag does not enable additional features.

pin-project

    This feature flag does not enable additional features.

sync

    This feature flag does not enable additional features.