Get the outbound queue.
(self)
| 90 | return self._shutdown_event.is_set() |
| 91 | |
| 92 | def _get_outbound_queue(self) -> janus.Queue[str] | None: |
| 93 | """Get the outbound queue.""" |
| 94 | return self._outbound_queue |
| 95 | |
| 96 | def _get_pending_get_props(self) -> Dict[str, queue.Queue[Any]] | None: |
| 97 | """Get the pending_get_props dict.""" |