The following module was proposed for inclusion in the Module List:

  modid:       Async::Selector
  DSLIP:       bdpOp
  description: level-triggered resource observer
  userid:      TOSHIOITO (Toshio Ito)
  chapterid:   20 (Control_Flow_Utilities)
  communities:

  similar:
    Event::Notify Notification::Center

  rationale:

    Async::Selector is analogous to select(2) system call, which
    watches some resources in a level-triggered fashion. However, since
    it does not depend on select(2) at all, I decided to use the name
    'Selector' instead of 'Select'.

    Unlike select(2), Async::Selector never blocks to wait for
    resources to get available, which is why I prepend 'Async' to the
    name.

    There are similar modules on CPAN such as Event::Notify and
    Notification::Center. However, these modules provide edge-triggered
    notification mechanisms. Async::Selector is basically a
    level-triggered watcher, which I believe is unique on CPAN.

  enteredby:   TOSHIOITO (Toshio Ito)
  enteredon:   Tue Jul 17 22:54:21 2012 GMT

The resulting entry would be:

Async::
::Selector        bdpOp level-triggered resource observer            TOSHIOITO


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2d800000_6301b90baa6cea4c&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2d800000_6301b90baa6cea4c&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Async%3A%3ASelector

Reply via email to