Kotlin / kotlinx.coroutines

Library support for Kotlin coroutines
Apache License 2.0
12.77k stars 1.82k forks source link

Provide `resume` and `tryResume` that pass the value to the callback #4090

Closed dkhalanskyjb closed 5 days ago

dkhalanskyjb commented 1 month ago

Fixes some concerns in #4088

dkhalanskyjb commented 1 month ago

This is clearly far from optimal, and also, there are no tests, nor documentation. Requesting a review anyway to discuss if the approach is viable.