IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system calls. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system calls. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
To install p5.32-io-multiplex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-io-multiplex
To see what files were installed by p5.32-io-multiplex, run:
port contents p5.32-io-multiplex
To later upgrade p5.32-io-multiplex, run:
sudo port selfupdate && sudo port upgrade p5.32-io-multiplex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.