concurrencykit

Concurrent systems design and implementation library for C

brewmacoslinux
Try with needOr install directly
Source

About

Aid design and implementation of concurrent systems

Commands

concurrencykit

Examples

View ConcurrencyKit library documentation and available headers$ ls $(brew --prefix concurrencykit)/include/ck
Compile a C program using ConcurrencyKit for concurrent operations$ gcc -I$(brew --prefix concurrencykit)/include program.c -L$(brew --prefix concurrencykit)/lib -lck -o program
Check ConcurrencyKit version and installation details$ brew info concurrencykit