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

Method getMainLoop

src/PyEventLoop.cc:233–235  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

231
232/* static */
233PyEventLoop PyEventLoop::getMainLoop() {
234 return _getLoopOnThread(_getMainThread());
235}
236
237/* static */
238PyEventLoop PyEventLoop::getRunningLoop() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected