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

Method Execute

test/cpp/asyncprogressqueueworker.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void Execute (const AsyncProgressQueueWorker::ExecutionProgress& progress) {
27 for (int i = 0; i < iters; ++i) {
28 progress.Send(reinterpret_cast<const char*>(&i), sizeof(int));
29 }
30 }
31
32 void HandleProgressCallback(const char *data, size_t count) {
33 HandleScope scope;

Callers

nothing calls this directly

Calls 1

SendMethod · 0.45

Tested by

no test coverage detected