class InferenceEngine::ThreadSafeBoundedPriorityQueue

#include <ie_thread_safe_containers.hpp>

template <>
class ThreadSafeBoundedPriorityQueue
{
public:
    // methods

    boolT&& try_push();
    boolT& try_pop();
    voidstd::size_t set_capacity();
};