--- IO-AIO/AIO.pm 2005/07/10 23:45:16 1.10 +++ IO-AIO/AIO.pm 2005/07/11 00:51:32 1.11 @@ -30,6 +30,11 @@ Tk::Event::IO->fileevent (IO::AIO::poll_fileno, "", readable => \&IO::AIO::poll_cb); + # Danga::Socket + Danga::Socket->AddOtherFds (IO::AIO::poll_fileno => + \&IO::AIO::poll_cb); + + =head1 DESCRIPTION This module implements asynchronous I/O using whatever means your