`withTimeout` doesn’t work within `suspendCoroutin...
# coroutines
p
withTimeout
doesn’t work within
suspendCoroutine
. I copied the internal mechanism that makes
withTimeout
work, but it’s really ugly and a lot of boilerplate.