Async Expression Bodies

Issue #105 new
Yusuf Ismail repo owner created an issue

Currently expression bodies are synchronous, this means you cannot do
cmd a {async-cmd}

and have it await on the result of {async-cmd}

Async expression bodies would await on any Tasks and propagate the result back up

Comments (0)

  1. Log in to comment