* @brief Increment the counter for the number of our job functions in the Python event-loop */
| 279 | * @brief Increment the counter for the number of our job functions in the Python event-loop |
| 280 | */ |
| 281 | inline void incCounter() { |
| 282 | _counter++; |
| 283 | Py_XDECREF(PyObject_CallMethod(_queueIsEmpty, "clear", NULL)); // _queueIsEmpty.clear() |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * @brief Decrement the counter for the number of our job functions in the Python event-loop |
no outgoing calls
no test coverage detected