Is there any way to have set-like functionality fo...
# coroutines
r
Is there any way to have set-like functionality for a channel? Basically a way for a channel to not accept a value if it already has that value in its "queue".
e
Write an actor that does it.
r
Ah, of course. Thanks. One of these days I'll build an intuition for these things, but I fear that day is still far off.