overtone / at-at

Ahead-of-time function scheduler
Eclipse Public License 1.0
292 stars 38 forks source link

added a feature to optionally use fixed delay #4

Closed michaelneale closed 11 years ago

michaelneale commented 11 years ago

fixed rate sometimes isn't quite what I wanted - needed this, so added it!

samaaron commented 11 years ago

Cool, thanks :-)

michaelneale commented 11 years ago

probably should bump the version and push it to clojars (I would if I could !).

On Mon, Jan 14, 2013 at 9:34 PM, Sam Aaron notifications@github.com wrote:

Cool, thanks :-)

— Reply to this email directly or view it on GitHubhttps://github.com/overtone/at-at/pull/4#issuecomment-12213199.

Michael D Neale home: www.michaelneale.net blog: michaelneale.blogspot.com

samaaron commented 11 years ago

I will when I get a moment to play around and test it :-)

samaaron commented 11 years ago

Hi @michaelneale - I just released 1.1.0 with the ability to use fixed delay. Only I extracted it from every and created its own fn interspaced. I hope it works for you :-)

samaaron commented 11 years ago

Also, thanks very much for your work :-)

michaelneale commented 11 years ago

great ! thanks for this, I must have used this about 100 times, and had a need for this to not nail an api end point, so thought why not.

Well done !

On Tue, Jan 15, 2013 at 9:41 AM, Sam Aaron notifications@github.com wrote:

Also, thanks very much for your work :-)

— Reply to this email directly or view it on GitHubhttps://github.com/overtone/at-at/pull/4#issuecomment-12244082.

Michael D Neale home: www.michaelneale.net blog: michaelneale.blogspot.com

samaaron commented 11 years ago

No problem :-)

Also, ignore 1.1.0, I accidentally committed incorrect code. 1.1.1 should be good to go though...