Rigui is an implementation of hierarchical timing wheels, for Clojure
and ClojureScript. The idea was inspired by this blog post[1]. Kafka has
been using timing wheels based timer to track request timeout.

Rigui provides a few functions for you to `start!` a timer, schedule
something for `later!`, or repeatedly for `every!` fixed interval.

Also it has an experimental core.async channel `delayed-chan`. Values
put into it will be available to take after some delay.

The library is at:
https://github.com/sunng87/rigui

[1]
http://www.confluent.io/blog/apache-kafka-purgatory-hierarchical-timing-wheels

-- 
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.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to