6 lines
90 B
Python
Raw Normal View History

2023-02-01 13:31:30 +08:00
def start_new_thread(function: any, args_: any): ...
2023-04-17 09:42:28 +08:00
def stack_size(*size) -> int: ...