Wait for the monitor to stop.
(self)
| 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.""" |