We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e2bcf commit 8ecf153Copy full SHA for 8ecf153
mergekit/graph.py
@@ -104,9 +104,6 @@ def main_thread_only(self) -> bool:
104
"""
105
Returns True if the task should only be executed on the main thread.
106
107
- Tasks with side effects like file I/O or that require specific thread
108
- context should return True here to avoid parallel execution issues.
109
-
110
Returns:
111
bool: True if the task must run on the main thread, False otherwise
112
0 commit comments