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

Method __init__

deps/v8/tools/testrunner/local/pool.py:385–387  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

383class SingleThreadedExecutionPool(ContextPool):
384
385 def __init__(self):
386 super(SingleThreadedExecutionPool, self).__init__()
387 self.work_queue = []
388
389 def add_jobs(self, jobs):
390 self.work_queue.extend(jobs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected