MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / join

Method join

pymongo/asynchronous/monitor.py:119–121  ·  view source on GitHub ↗

Wait for the monitor to stop.

(self)

Source from the content-addressed store, hash-verified

117 self.gc_safe_close()
118
119 async def join(self) -> None:
120 """Wait for the monitor to stop."""
121 await self._executor.join()
122
123 def request_check(self) -> None:
124 """If the monitor is sleeping, wake it soon."""

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected