Simple__non-working__example.kt
# coroutines
z
Simple__non-working__example.kt
d
It looks like you can just check the not contains inside the actor, not at calling site, and it should be fine...
z
Yes, that's true, but don't want to "wake" actor when it's not necessary.
d
It's either waking it, or using some kind of ConcurrentList, depending on the use case one might be a better choice than the other.
z
Thanks!