Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dhooks.cc98 struct AsyncCleanupHookInfo final { struct
99 Environment* env;
100 AsyncCleanupHook fun;
101 void* arg;
102 bool started = false;
105 std::shared_ptr<AsyncCleanupHookInfo> self;