hey guys, `kotlinx.coroutines.experimental.Job.can...
# coroutines
g
hey guys,
kotlinx.coroutines.experimental.Job.cancel()
itself doesn't throw a
CancellationException
does it? Its not a suspending function, so it couldn't throw such an exception could it?