Change old `._debug._pause()` name, cherry to #362 re `greenback`
parent
fcc8cee9d3
commit
215fec1d41
|
@ -847,7 +847,7 @@ def pause_from_sync() -> None:
|
||||||
# waiting.. not the most ideal but works for now ;)
|
# waiting.. not the most ideal but works for now ;)
|
||||||
greenback.await_(
|
greenback.await_(
|
||||||
actor._service_n.start(partial(
|
actor._service_n.start(partial(
|
||||||
_pause,
|
pause,
|
||||||
debug_func=None,
|
debug_func=None,
|
||||||
# release_lock_signal=task_can_release_tty_lock,
|
# release_lock_signal=task_can_release_tty_lock,
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue