(self)
| 237 | pass |
| 238 | |
| 239 | def should_use_eventloop(self): |
| 240 | return (detect_environment() == 'default' and |
| 241 | self._conninfo.transport.implements.asynchronous and |
| 242 | not self.app.IS_WINDOWS) |
| 243 | |
| 244 | def stop(self, in_sighandler=False, exitcode=None): |
| 245 | """Graceful shutdown of the worker server (Warm shutdown).""" |