Change old `._debug._pause()` name, cherry to #362 re `greenback`

multihomed
Tyler Goodlet 2023-10-18 15:01:04 -04:00
parent fcc8cee9d3
commit 215fec1d41
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ def pause_from_sync() -> None:
# waiting.. not the most ideal but works for now ;)
greenback.await_(
actor._service_n.start(partial(
_pause,
pause,
debug_func=None,
# release_lock_signal=task_can_release_tty_lock,
))