tcpm
tcpm copied to clipboard
Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)
Results
1
tcpm issues
Sort by
recently updated
recently updated
newest added
When all actors are waiting, it seems we use 100% CPU. So, I think that somewhere around [here](https://github.com/eloraiby/tcpm/blob/master/tcpm/src/tcpm.c#L239), so should wait if all actors are waiting. Does that make sense...