Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ request_check
Method
request_check
pymongo/asynchronous/monitor.py:123–125 ·
view source on GitHub ↗
If the monitor is sleeping, wake it soon.
(self)
Source
from the content-addressed store, hash-verified
121
await self._executor.join()
122
123
def
request_check(self) -> None:
124
""
"If the monitor is sleeping, wake it soon."
""
125
self._executor.wake()
126
127
128
class
Monitor(MonitorBase):
Callers
1
_get_seedlist
Method · 0.45
Calls
1
wake
Method · 0.45
Tested by
no test coverage detected