Maybe make it a `CoroutineAbandonedError` rather t...
# coroutines
g
Maybe make it a
CoroutineAbandonedError
rather than an exception to indicate that its really only being thrown to point out that things are going missing, and that this shouldnt be handled at runtime but rather at code writing time.