StackOverflow Questions for Tag: kotlinx.coroutines.channels

kiselovv
kiselovv

Reputation: 11

How do I use coroutines in my Kotlin code to read in phone sensor data one by one?

Score: 1

Views: 91

Answers: 0

Read More
goedi
goedi

Reputation: 2083

How to close the channel after all producer coroutines are done?

Score: 3

Views: 1305

Answers: 2

Read More
Luan
Luan

Reputation: 166

How to combine Kotlin flows only when the first is emitting a (not null) value, unsubscribing the second one if it is not?

Score: 2

Views: 2798

Answers: 1

Read More
HellBoy
HellBoy

Reputation: 1

Cannot send in Coroutines Channel

Score: 0

Views: 210

Answers: 0

Read More
4gus71n
4gus71n

Reputation: 4073

Creating a queue for the evaluateJavascript function on a WebView

Score: 2

Views: 304

Answers: 1

Read More
Rich Luick
Rich Luick

Reputation: 2364

Emit/Send Flow Values into BroadcastChannel

Score: 4

Views: 1077

Answers: 1

Read More
Tendai
Tendai

Reputation: 81

How does concurrent modification work with coroutines?

Score: 1

Views: 241

Answers: 1

Read More
mbo
mbo

Reputation: 4691

How to test Kotlin Coroutine actors

Score: 4

Views: 2040

Answers: 2

Read More
theapache64
theapache64

Reputation: 11754

Sometimes, ConflatedBroadcastChannel fires recent value without any action

Score: 4

Views: 2574

Answers: 4

Read More
Joaquim Ley
Joaquim Ley

Reputation: 4127

How can I send items to a Kotlin.Flow (like a Behaviorsubject)

Score: 42

Views: 27629

Answers: 3

Read More
aschuma
aschuma

Reputation: 63

How to crawl recursive structures using Kotlin coroutines?

Score: 1

Views: 1179

Answers: 1

Read More
Lorenz
Lorenz

Reputation: 1303

onReceiveOrClosed: Already resumed

Score: 0

Views: 2249

Answers: 1

Read More
Leem
Leem

Reputation: 18308

Producer api can't be resolved

Score: 0

Views: 337

Answers: 1

Read More
Jacques.S
Jacques.S

Reputation: 3593

Is there a Kotlin Coroutines Channel equivalent of RxJava's onDispose?

Score: 1

Views: 1137

Answers: 1

Read More
Kuno
Kuno

Reputation: 3503

produce<Type> vs Channel<Type>()

Score: 0

Views: 420

Answers: 1

Read More
Sean
Sean

Reputation: 5256

How to clear sent values from Coroutine's Channel?

Score: 3

Views: 2985

Answers: 0

Read More
PreviousPage 1Next