Curio is a coroutine-based library for concurrent systems programming
Curio is a coroutine-based library for concurrent systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues as well as some advanced features such as support for structured concurrency.
Curio is a coroutine-based library for concurrent systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues as well as some advanced features such as support for structured concurrency.
To install py310-curio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-curio
To see what files were installed by py310-curio, run:
port contents py310-curio
To later upgrade py310-curio, run:
sudo port selfupdate && sudo port upgrade py310-curio
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.