Subject: | Net::Server::Multplex: User-specified file handles to select on |
I need a feature similar to that requested in bug report #14478, but with Net::Server::Multiplex.
It would be very useful if one could register some additional filehandles with Net::Server::Multiplex's IO::Multiplex object.
It could be implemented as a hook called between the creation of $mux in Net::Server::Multiplex::loop() and the call to $mux->loop() (it's in the same Net::Server::Multiplex::loop() method)
This way I could register my filehandle and my own handler object with $self->{mux}.
I'd really appreciate this feature.
Thank you.