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

Method getRunningLoop

src/PyEventLoop.cc:238–240  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

236
237/* static */
238PyEventLoop PyEventLoop::getRunningLoop() {
239 return _getLoopOnThread(_getCurrentThread());
240}
241
242void PyEventLoop::AsyncHandle::cancel() {
243 if (!_finishedOrCancelled()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected