https://kotlinlang.org logo
#coroutines
Title
# coroutines
d

digitalsanctum

10/15/2018, 10:03 PM
What's the best way to track metrics of the rate at which items are flowing through channels? I could do it at each consumer/receiver but if you have more than one then you have to aggregate somehow
d

Dominaezzz

10/15/2018, 10:09 PM
Wrap the channels with a producer? Then inside the producer you can do whatever.
2 Views