We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55967e8 commit 4b80365Copy full SHA for 4b80365
src/crawlee/_utils/time.py
@@ -39,7 +39,10 @@ def measure_time() -> Iterator[TimerResult]:
39
40
41
class SharedTimeout:
42
- """Keeps track of a time budget shared by multiple independent async operations."""
+ """Keeps track of a time budget shared by multiple independent async operations.
43
+
44
+ Provides a reusable, non-reentrant context manager interface.
45
+ """
46
47
def __init__(self, timeout: timedelta) -> None:
48
self._remaining_timeout = timeout
0 commit comments