karyon_core::async_util

Module select

Source

Structs§

Enums§

  • The return value from the select function, indicating which future completed first.

Functions§

  • Returns the result of the future that completes first, preferring future1 if both are ready.