you can wrap `withTimeout` in a try catch, catch t...
# coroutines
w
you can wrap
withTimeout
in a try catch, catch the timeout exception, then perform the action you'd like to happen there, but I may be making this more complex than needed since I haven't done much with continuations