OmniSciDB
a5dc49c757
|
#include <shared_mutex>
#include <unordered_map>
#include <vector>
#include "ExecutorResourceMgrCommon.h"
#include "Logger/Logger.h"
#include "Shared/BinarySemaphore.h"
Go to the source code of this file.
Classes | |
class | ExecutorResourceMgr_Namespace::OutstandingQueueRequests |
Stores and allows access to a binary semaphore per RequestId (using an std::unordered_map ), as well as accessing all outstanding RequestIds for waiting requests. More... | |
Namespaces | |
ExecutorResourceMgr_Namespace | |