MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / GetAsyncToken

Method GetAsyncToken

src/NodeRTLib/ProjectFiles/node-async.h:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 static uv_async_t* __cdecl GetAsyncToken() {
181 return TokenData::NewAsyncToken();
182 }
183
184 static uv_async_t* __cdecl GetAsyncToken(
185 Handle<Function> callback,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected