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

Method ~Lock

include/PyEventLoop.hh:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 Py_XDECREF(PyObject_CallMethod(_queueIsEmpty, "set", NULL)); // _queueIsEmpty.set()
273 };
274 ~Lock() {
275 Py_DECREF(_queueIsEmpty);
276 }
277
278 /**
279 * @brief Increment the counter for the number of our job functions in the Python event-loop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected