Crate uefi_async_macros

Crate uefi_async_macros 

Source

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.

Attribute Macros§

task