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 a4dceba commit 309ebc1Copy full SHA for 309ebc1
src/ibex_bluesky_core/run_engine/__init__.py
@@ -22,6 +22,7 @@
22
23
logger = logging.getLogger(__name__)
24
25
+
26
class _DuringTask(DuringTask):
27
def block(self, blocking_event: Event) -> None:
28
"""On windows, event.wait() on the main thread is not interruptible by a CTRL-C.
0 commit comments