A concurrency primitives, safe memory reclamation mechanisms C library
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
To install libck, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libck
To see what files were installed by libck, run:
port contents libck
To later upgrade libck, run:
sudo port selfupdate && sudo port upgrade libck
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.