Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ stop
Method
stop
misc/python/materialize/parallel_task.py:125–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
print(
"\r\033[K"
, end=
""
, flush=True)
124
125
def
stop(self) -> None:
126
if
self.active:
127
self.active = False
128
print(
"\r\033[K"
, end=
""
, flush=True)
129
130
131
def
run_parallel(
Callers
2
run_parallel
Function · 0.45
deactivate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected