libpcl

C library and API for lightweight coroutines and stackless concurrency

brewmacoslinux
Try with needOr install directly
Source

About

C library and API for coroutines

Commands

libpcl

Examples

Link libpcl library in a C program for coroutine support$ gcc -o myprogram myprogram.c -lpcl
Check installed libpcl version and location$ pkg-config --modversion libpcl
Get compiler flags needed to use libpcl in your project$ pkg-config --cflags --libs libpcl