Skip to content

RaasAhsan/pcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcc

pcc is a library for concurrent programming in C. It provides the following mechanisms:

  • Threads
  • Mutexes
  • Semaphores
  • Latches
  • Barriers
  • Atomics
  • Spinlock
  • Reentrant locks
  • Queues
  • Disruptor

Running

./compile.sh
./a.out

Running with docker

docker build -t pcc-dev .
docker run -it pcc-dev ./a.out

About

concurrency library for c

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors