Removed BoundedBuffer.h
This commit is contained in:
parent
6e3005d25a
commit
536fdb4aae
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
class BoundBuffer{
|
|
||||||
Semaphore full(n);
|
|
||||||
Semaphore empty(n);
|
|
||||||
Semaphore mutex(n);
|
|
||||||
}
|
|
||||||
|
|
Reference in a new issue