I want to implement the queue, which waits for shared resource. When this resource is free, queue take the first added element and change the info in this resource. But when no, just wait. Is there any queues in concurrency library that can do this? Or i need to write my own queue? Or is […]
The post Queue which wait until something happen appeared first on BlogoSfera.