You can implement it with Kotlin coroutine, but th...
# coroutines
e
You can implement it with Kotlin coroutine, but then every 3rd party library you use (like
asyncGenerate
) has to follow your cancellation protocol.