You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of the producer and consumer problem using the C Language. It was created to learn more about threading and synchronization in C.
Credits
Moyogii
About
A producer/consumer simulation to learn about threading in C.