Liboop is a low-level event loop management library for POSIX-based operating systems. It replaces the select() loop and allows the registration of event handlers for file and network I/O, timers and signals.
Liboop is a low-level event loop management library for POSIX-based operating systems. It replaces the select() loop and allows the registration of event handlers for file and network I/O, timers and signals.
To install liboop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liboop
To see what files were installed by liboop, run:
port contents liboop
To later upgrade liboop, run:
sudo port selfupdate && sudo port upgrade liboop
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.