Skip to content

benjivos/cmdqueue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 2.3%