from interruptingcow import timeout with timeout(20.0, RuntimeError): run_something_that_might_take_long()
No comments:
Post a Comment