Home
last modified time | relevance | path

Searched refs:tickUnref (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-worker-message-port-transfer-closed.js52 function tickUnref(n, fn) { function
54 setImmediate(tickUnref, n - 1, fn).unref();
57 tickUnref(10, common.mustNotCall('The communication channel is still open'));

Completed in 1 milliseconds