libdex

Future-based asynchronous programming library for GLib applications

brewmacoslinux
Try with needOr install directly
Source

About

Future-based programming for GLib-based applications

Commands

libdex

Examples

Check libdex version and available documentation$ pkg-config --modversion libdex-1
Compile a C program using libdex for async operations$ gcc `pkg-config --cflags libdex-1` program.c `pkg-config --libs libdex-1` -o program
View libdex compiler flags and library paths$ pkg-config --cflags --libs libdex-1