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

Method removeRef

include/PyEventLoop.hh:130–135  ·  view source on GitHub ↗

* @brief Unref the timer so that the event-loop can exit */

Source from the content-addressed store, hash-verified

128 * @brief Unref the timer so that the event-loop can exit
129 */
130 inline void removeRef() {
131 if (_refed) {
132 _refed = false;
133 PyEventLoop::_locker->decCounter();
134 }
135 }
136
137 /**
138 * @brief Set the debug info object for WTFPythonMonkey tool

Callers 3

timerJobWrapperFunction · 0.80
cancelByTimeoutIdFunction · 0.80
timerRemoveRefFunction · 0.80

Calls 1

decCounterMethod · 0.80

Tested by

no test coverage detected