aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-futures/README.md')
-rw-r--r--embassy-futures/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-futures/README.md b/embassy-futures/README.md
index 971f4c835..3810bcafd 100644
--- a/embassy-futures/README.md
+++ b/embassy-futures/README.md
@@ -5,5 +5,6 @@ Utilities for working with futures:
5- [`select`](select::select) - waiting for one out of two futures to complete. 5- [`select`](select::select) - waiting for one out of two futures to complete.
6- [`select3`](select::select3) - waiting for one out of three futures to complete. 6- [`select3`](select::select3) - waiting for one out of three futures to complete.
7- [`select4`](select::select4) - waiting for one out of four futures to complete. 7- [`select4`](select::select4) - waiting for one out of four futures to complete.
8- [`select_all`](select::select_all) - waiting for one future in a list of futures to complete. 8- [`select_array`](select::select_array) - waiting for one future in an array of futures to complete.
9- [`select_slice`](select::select_slice) - waiting for one future in a slice of futures to complete.
9- [`yield_now`](yield_now::yield_now) - yielding the current task. 10- [`yield_now`](yield_now::yield_now) - yielding the current task.