[BACK]Return to DESCR CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / time / ruby-timers

Annotation of pkgsrc/time/ruby-timers/DESCR, Revision 1.1

1.1     ! taca        1: Ruby timer collections. Schedule several procs to fire after configurable
        !             2: delays or at periodic intervals.
        !             3:
        !             4: This gem is especially useful when you are faced with an API that accepts a
        !             5: single timeout but you want to run multiple timers on top of it. An example of
        !             6: such a library is [nio4r](https://github.com/celluloid/nio4r), a
        !             7: cross-platform Ruby library for using system calls like epoll and kqueue.

CVSweb <webmaster@jp.NetBSD.org>