<@U0H8K7DEV> synchronous code cannot call `await()...
# coroutines
p
@Ian synchronous code cannot call
await()
.
future {}
does not silently swallow the exception; the future returned by
future {}
will be completed with an exception. I’m not sure but I think you may have a misunderstanding as to how async works.