core-async

bertofer 2019-01-10T18:13:17.070300Z

Hi @serioga I have a similar case when I’d like some feedback and control messages between producers and consumers, do you know of any reference or patterns to read?

serioga 2019-01-10T18:15:58.070500Z

Unfortunately not. But you can search for something like https://stackoverflow.com/questions/35663415/throttle-functions-with-core-async

serioga 2019-01-10T18:16:40.070800Z

There is a library also https://github.com/brunoV/throttler

serioga 2019-01-10T18:17:28.071100Z

or https://gist.github.com/swannodette/5886048

bertofer 2019-01-10T18:41:47.071300Z

I’ll have a look at them, thanks!