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

Method isDrainingStopped

src/JobQueue.cc:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool JobQueue::isDrainingStopped() const {
67 // TODO (Tom Tang): implement this by detecting if the Python event-loop is still running
68 return false;
69}
70
71js::UniquePtr<JS::JobQueue::SavedJobQueue> JobQueue::saveJobQueue(JSContext *cx) {
72 auto saved = js::MakeUnique<JS::JobQueue::SavedJobQueue>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected