Quantcast
Viewing all articles
Browse latest Browse all 26

Queue which wait until something happen

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.


Viewing all articles
Browse latest Browse all 26

Trending Articles