Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ initialized
Method
initialized
include/PyEventLoop.hh:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
bool initialized() const {
27
return !!_loop;
28
}
29
30
/**
31
* @brief C++ wrapper for Python `asyncio.Handle` class
Callers
7
enqueuePromiseJob
Method · 0.80
sendJobToMainLoop
Function · 0.80
promiseRejectionTracker
Method · 0.80
getPyObject
Method · 0.80
toJsPromise
Method · 0.80
waitForEventLoop
Function · 0.80
enqueueWithDelay
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected