CoroutineBinding
CoroutineBinding copied to clipboard
Kotlin Coroutine binding APIs for Android's UI widgets
Results
1
CoroutineBinding issues
Sort by
recently updated
recently updated
newest added
I've been using `TextView.textChanges` and there's an issue with using `safeOffer` and `capacity = RENDEZVOUS`. If the consumer suspends before receiving again (e.g. calls `delay` for whatever reason), and elements...