MCPcopy Create free account
hub / github.com/nodejs/nan / AsyncQueueWorker

Function AsyncQueueWorker

nan.h:2399–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2397}
2398
2399inline void AsyncQueueWorker (AsyncWorker* worker) {
2400 uv_queue_work(
2401 GetCurrentEventLoop()
2402 , &worker->request
2403 , AsyncExecute
2404 , AsyncExecuteComplete
2405 );
2406}
2407
2408namespace imp {
2409

Callers 10

NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85

Calls 1

GetCurrentEventLoopFunction · 0.85

Tested by

no test coverage detected