Searched defs:PasteboardDelayWorker (Results 1 – 1 of 1) sorted by relevance
108 struct PasteboardDelayWorker { struct109 std::string dataType;110 std::shared_ptr<PasteboardDelayGetterInstance> delayGetter = nullptr;111 std::shared_ptr<UDMF::UnifiedData> unifiedData = nullptr;112 bool complete;113 bool clean;114 std::condition_variable cv;115 std::mutex mutex;