class InferenceEngine::ThreadSafeQueueWithSize¶
#include <ie_thread_safe_containers.hpp>
template <>
class ThreadSafeQueueWithSize
{
public:
// methods
voidT push();
boolT& try_pop();
size_t size();
};
#include <ie_thread_safe_containers.hpp>
template <>
class ThreadSafeQueueWithSize
{
public:
// methods
voidT push();
boolT& try_pop();
size_t size();
};