Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
To install py310-eventlet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-eventlet
To see what files were installed by py310-eventlet, run:
port contents py310-eventlet
To later upgrade py310-eventlet, run:
sudo port selfupdate && sudo port upgrade py310-eventlet
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.