So `try { withTimeout(timeout) { myOperation() } }...
# coroutines
e
So
try { withTimeout(timeout) { myOperation() } } catch(e: CancellationnException) { doSomethingOnTimeout() }