Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 323 Bytes

File metadata and controls

3 lines (3 loc) · 323 Bytes

ACTOR SYSTEM

This is an implementation of simple variation about the "Actor model" in C language: https://en.wikipedia.org/wiki/Actor_model.
It can be used to solve some concurrent programming problems. It uses specified in cacti.h number of threads, if more is needed, just simply change the POOL_SIZE value.