1 2 3 4 5 6 7
from code import cli import signal with cli.lock: with cli.lock: print("this will be delayed forever") print("hi!")