MCPcopy Create free account
hub / github.com/nodejs/node / testBothClosed

Function testBothClosed

test/parallel/test-worker-message-port-transfer-closed.js:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function testBothClosed() {
39 testSingle(port1, port2);
40 testSingle(port2, port1);
41}
42
43// Even though the port handles may not be completely closed in C++ land, the
44// observable behavior must be that the closing/detachment is synchronous and

Calls 1

testSingleFunction · 0.85

Tested by

no test coverage detected