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 c41d075 commit 52914baCopy full SHA for 52914ba
cadence/workflow/deterministic_event_loop.py
@@ -37,6 +37,8 @@ def _call_soon(self, callback, args, context) -> Handle:
37
def get_debug(self):
38
return self._debug
39
40
+ def set_debug(self, enabled: bool):
41
+ self._debug = enabled
42
43
def run_forever(self):
44
"""Run until stop() is called."""
0 commit comments