Check the server's state soon.
(self)
| 118 | await self._pool.close() |
| 119 | |
| 120 | def request_check(self) -> None: |
| 121 | """Check the server's state soon.""" |
| 122 | self._monitor.request_check() |
| 123 | |
| 124 | async def operation_to_command( |
| 125 | self, operation: Union[_Query, _GetMore], conn: AsyncConnection, apply_timeout: bool = False |
no outgoing calls
no test coverage detected