MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / runJobs

Method runJobs

src/JobQueue.cc:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void JobQueue::runJobs(JSContext *cx) {
58 // Do nothing
59}
60
61bool JobQueue::empty() const {
62 // TODO (Tom Tang): implement using `get_running_loop` and getting job count on loop???

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected