[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] scheduler 0.3

MenTaLguY

9/29/2007 9:40:00 PM

Just a quick note that I've released scheduler 0.3, a very small library
which lets you schedule a block for execution at a future time, without
requiring a bajillion sleeping threads. Scheduled blocks can also be
cancelled before they run.

See the rdoc for usage details.

This is a bugfix release, which fixes a problem where the event loop
ends up busy-waiting.

The library is available via Rubygems, or here:

http://rubyforge.org/frs/?group_id=3644&releas...

-mental
1 Answer

Rémi Gagnon

10/8/2008 6:06:00 PM

0

Do you have a little example to use it?

Thank you

Mental Guy wrote:
> Just a quick note that I've released scheduler 0.3, a very small library
> which lets you schedule a block for execution at a future time, without
> requiring a bajillion sleeping threads. Scheduled blocks can also be
> cancelled before they run.
>
> See the rdoc for usage details.
>
> This is a bugfix release, which fixes a problem where the event loop
> ends up busy-waiting.
>
> The library is available via Rubygems, or here:
>
> http://rubyforge.org/frs/?group_id=3644&releas...
>
> -mental

--
Posted via http://www.ruby-....