Macros§
- join
- Joins multiple futures together, running them concurrently until all complete.
- join_
all - Joins multiple futures and collects their results into a flattened tuple.
- nano
- Procedural macro logic to initialize and register task nodes to executors.
- try_
join - Joins multiple
Result-returning futures, short-circuiting on the first error.