high-translator-22614
07/13/2019, 6:38 PMOutput.apply()
takes an async function as well, that might be the right thing? I'm not sure it canwhite-balloon-205
07/13/2019, 9:11 PMapply
can return a Future and it will be awaited as part of resolving the Output.high-translator-22614
07/13/2019, 9:13 PMFuture
or any awaitable?white-balloon-205
07/13/2019, 9:34 PMhigh-translator-22614
07/13/2019, 10:19 PMawait
on stuff more than once, which breaks with bare `coroutine`s (but not `Future`s based on them)