Is there a way for Mojo::IOLoop->recurring($interval => sub { ... }); to
run NOW as well as every $interval seconds?  If not, does it make sense to
build in an option that would allow it to work like that?

What's the way that people are doing that now?

my $sub = sub { ... };
Mojo::IOLoop->timer(0 => \&sub);
Mojo::IOLoop->recurring($interval => \&sub);

Is there a more concise means to accomplishing that?  If not, could there
be?


On Wed, Jan 1, 2014 at 11:59 PM, sri <[email protected]> wrote:

> Happy new year everyone!
>
> 2013 has been a great year for Mojolicious and we've made a lot of
> progress, lets start 2014 by trying something new.
> In this thread you can post changes or features you would like to see in
> Mojolicious, no rules, just blurt away. :)
>
> P.S.: Our official roadmap can be found on GitHub.
> https://github.com/kraih/mojo/issues?labels=future&state=open
>
> --
> sebastian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/mojolicious.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to