Module cargo::util::network::sleep

source ·
Expand description

Utility for tracking network requests that will be retried in the future.

Structs§

  • A tracker for network requests that have failed, and are awaiting to be retried in the future.
  • Sleeper 🔒
    An individual network request that is waiting to be retried in the future.