Searched defs:AsyncCleanupHookInfo (Results 1 – 1 of 1) sorted by relevance
92 struct AsyncCleanupHookInfo final { struct93 Environment* env;94 AsyncCleanupHook fun;95 void* arg;96 bool started = false;99 std::shared_ptr<AsyncCleanupHookInfo> self;