Package-level declarations
Select — expressions that perform multiple suspending operations simultaneously until one of them succeeds.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Waits for the result of multiple suspending functions simultaneously, which are specified using clauses in the builder scope of this select invocation. The caller is suspended until one of the clauses is either selected or fails.
Link copied to clipboard
Waits for the result of multiple suspending functions simultaneously like select, but in an unbiased way when multiple clauses are selectable at the same time.
Link copied to clipboard
Loops while select expression returns true
.