import threading import time class WaitMax(threading.Thread): daemon = True def run(self): while True: time.sleep(1) def problem(): wait_max = WaitMax() wait_max.start() wait_max.join(threading.TIMEOUT_MAX) problem()
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル