Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restartable timer #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Restartable timer #114

wants to merge 2 commits into from

Conversation

adzap
Copy link

@adzap adzap commented Oct 27, 2010

Added a restartable timer class. It's a one-shot timer but can be restarted from the beginning of the interval if restarted before it is fired or cancelled.

I use it in a project so that I can restart the timer on a user interrupt event without needing to cancel and recreate a timer with the same interval.

I haven't done the java class for it yet as I just wanted to see if you're interested.

Adam

@ibc
Copy link
Contributor

ibc commented Mar 4, 2012

Hi, this pull request (along with others) has been included in EventMachine-LE

sodabrew pushed a commit to sodabrew/eventmachine that referenced this pull request Jan 27, 2015
@sodabrew sodabrew added this to the v1.2.0 milestone Feb 2, 2015
@sodabrew
Copy link
Contributor

sodabrew commented Feb 2, 2015

Since this is included in Eventmachine-LE, I'm tagging it for v1.2.0 with #570

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants