Function runTaskScoped
Runs an asyncronous task that is guaranteed to finish before the caller's scope is left.
auto runTaskScoped(FT, ARGS)
(
scope FT callable,
ARGS args
);
Runs an asyncronous task that is guaranteed to finish before the caller's scope is left.
auto runTaskScoped(FT, ARGS)
(
scope FT callable,
ARGS args
);