You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would make it easier to mark functions that never return (responding only to cancellation after being called) because they collect an infinite flow.
The text was updated successfully, but these errors were encountered:
Kotlin#2803)
* Introduce SharedFlow collect overload and override that return Nothing
* Override will ensure the proper implementation of the interface
* collect extension is added as the very basic lint helper
FixesKotlin#2789FixesKotlin#2502
Co-authored-by: dkhalanskyjb <[email protected]>
pablobaxter
pushed a commit
to pablobaxter/kotlinx.coroutines
that referenced
this issue
Sep 14, 2022
Kotlin#2803)
* Introduce SharedFlow collect overload and override that return Nothing
* Override will ensure the proper implementation of the interface
* collect extension is added as the very basic lint helper
FixesKotlin#2789FixesKotlin#2502
Co-authored-by: dkhalanskyjb <[email protected]>
That would make it easier to mark functions that never return (responding only to cancellation after being called) because they collect an infinite flow.
The text was updated successfully, but these errors were encountered: