Hm, apparently I forgot to post the links to the actual things I wanted to 
share.

Here they go:

Github: https://github.com/brunoV/throttle
Blog Post: http://brunov.org/clojure/2014/05/14/throttler/

Bruno

On Wednesday, May 14, 2014 1:43:34 PM UTC-3, Bruno Vecchi wrote:
>
> Throttler[1] is a little library I wrote out of need for one of my 
> personal projects. It lets you control the maximum rate of function calls 
> or message transmissions through core.async channels.
>
> It supports bursty traffic shaping via the Token-Bucket algorithm and is 
> fully asynchronous.
>
> I just published a [blog post][1] on it, expanding a little bit on the 
> project's README[1].
>
> This is my first Clojure library! I would greatly appreciate any feedback.
>
> Thanks,
>
> Bruno Vecchi
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to