The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2012-07-29

  • Modify the behavior of select() method with no resource selection. Before: It accepts the (no) selection without warning. After : It ignores (rejects) the selection without warning.
  • Because a selection without selected resource will never be removed except that the user explicitly cancel() it, it easily causes memory leak. To avoid this danger, selection with no resource is explicitly rejected. In this case, select() returns undef.

Modules

level-triggered resource observer like select(2)