benjivos / cmdqueue

Highly efficient dispatch queue based on pthreads in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High performance command queue handling in C

TODO: the pthread creation in the cmdqueue doesn't follow the correct rules for UNIX signal handling. Please use pthread masking to block all signals and keep 1 thread in place to handle all signals.

About

Highly efficient dispatch queue based on pthreads in C


Languages

Language:C 97.7%Language:Makefile 2.3%