[−][src]Macro async_scoped::scope_and_block
A macro that creates a scope and immediately awaits,
blocking the current thread for spawned futures to
complete. The outputs of the futures are collected as a
Vec
and returned along with the output of the block.
Safety
This macro is safe to the best of our understanding.