Home
last modified time | relevance | path

Searched defs:AsyncCleanupHookInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/api/
Dhooks.cc92 struct AsyncCleanupHookInfo final { struct
93 Environment* env;
94 AsyncCleanupHook fun;
95 void* arg;
96 bool started = false;
99 std::shared_ptr<AsyncCleanupHookInfo> self;