futures: add select_slice, rename select_all to select_array.
This commit is contained in:
@ -5,5 +5,6 @@ Utilities for working with futures:
|
||||
- [`select`](select::select) - waiting for one out of two futures to complete.
|
||||
- [`select3`](select::select3) - waiting for one out of three futures to complete.
|
||||
- [`select4`](select::select4) - waiting for one out of four futures to complete.
|
||||
- [`select_all`](select::select_all) - waiting for one future in a list of futures to complete.
|
||||
- [`select_array`](select::select_array) - waiting for one future in an array of futures to complete.
|
||||
- [`select_slice`](select::select_slice) - waiting for one future in a slice of futures to complete.
|
||||
- [`yield_now`](yield_now::yield_now) - yielding the current task.
|
||||
|
Reference in New Issue
Block a user