pikapython/package/_thread/_thread.pyi

3 lines
54 B
Python
Raw Normal View History

2023-02-01 13:31:30 +08:00
def start_new_thread(function: any, args_: any): ...