This commit is contained in:
Eric Buxkemper 2015-11-06 11:01:19 -06:00
parent 8d38960b3f
commit 207dd17bca

8
BoundedBuffer.h Executable file
View file

@ -0,0 +1,8 @@
class BoundBuffer{
Semaphore full(n);
Semaphore empty(n);
Semaphore mutex(n);
}