()
| 192 | weak: weakref.ReferenceType[queue.Queue[Any]] |
| 193 | |
| 194 | async def target() -> bool: |
| 195 | return process_events_queue(weak) |
| 196 | |
| 197 | executor = periodic_executor.AsyncPeriodicExecutor( |
| 198 | interval=common.EVENTS_QUEUE_FREQUENCY, |
nothing calls this directly
no test coverage detected