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
* Make original flow a SharedFlow, unlike normal shareIn(), this operator will cancel collecting when upstream is completed.
3
* This operator only works with flows with non-null values, since we use null as a materialized completion signal.
4
*/
5
@Suppress("UNCHECKED_CAST")
A script to that let you override bu...A script to that let you override build.gradle using local.properties. Put into ~/.gradle/init.d/, and write something like `override.android.buildTypes.debug.minifyEnabled=false`
A crappy implementation to collect f...A crappy implementation to collect flow with an Iterator like interface. Might break some contracts, fail at some edge cases. Use with care.
1
2
importkotlinx.coroutines.flow.Flow
3
importkotlinx.coroutines.flow.FlowCollector
4
importjava.lang.Exception
5
importkotlin.coroutines.Continuation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.