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§
- Eyeball
Configuration - Eyeball
Future - Eyeball
Set - Implements the Happy Eyeballs algorithm for connecting to a set of addresses.
Enums§
- Happy
Eyeballs Error - Error returned when the happy eyeballs algorithm finishes.