MCPcopy Create free account
hub / github.com/apify/crawlee-python / signaling_wait

Function signaling_wait

tests/unit/test_throttling_request_manager.py:352–354  ·  view source on GitHub ↗
(timeout: float)

Source from the content-addressed store, hash-verified

350 original_wait = manager._wait_for_new_work_or_timeout
351
352 async def signaling_wait(timeout: float) -> None:
353 wait_entered.set()
354 await original_wait(timeout)
355
356 manager._wait_for_new_work_or_timeout = signaling_wait # ty: ignore[invalid-assignment]
357

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected