karyon_core

Module async_util

Source
Expand description

A set of async utilities.

Modulesยง

Structsยง

Enumsยง

  • The return value from the select function, indicating which future completed first.
  • The result of a spawned task.

Functionsยง

  • Returns the result of the future that completes first, preferring future1 if both are ready.
  • Waits for a future to complete or times out if it exceeds a specified duration.