Searched refs:GenericCleanup (Results 1 – 1 of 1) sorted by relevance
640 using GenericCleanup = std::function<void()>; typedef in CleanupThread645 if constexpr (std::is_same_v<T, GenericCleanup>) { in __anond9f1afd20102()664 void enqueueCleanup(GenericCleanup command) { in enqueueCleanup()675 using CleanupTask = std::variant<GenericCleanup, Exit>;