Crate future_eyeballs

Crate future_eyeballs 

Source
Expand description

Happy Eyeballs algorithm for attempting a set of futures in parallel.

This library provides a variant of a set of unordered futures which attempts each with a delay between starting. The first successful future is returned.

Structs§

EyeballConfiguration
EyeballFuture
EyeballSet
Implements the Happy Eyeballs algorithm for connecting to a set of addresses.

Enums§

HappyEyeballsError
Error returned when the happy eyeballs algorithm finishes.