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 18dc180 commit 4ecf027Copy full SHA for 4ecf027
discord/ext/tasks/__init__.py
@@ -822,7 +822,7 @@ def loop(
822
overlap: Union[:class:`bool`, :class:`int`]
823
Controls whether overlapping executions of the task loop are allowed.
824
Set to False (default) to run iterations one at a time, True for unlimited overlap, or an int to cap the number of concurrent runs.
825
-
+
826
.. versionadded:: 2.7
827
828
Raises
0 commit comments