_thread.pyi 90 B

12345
  1. def start_new_thread(function: any, args_: any): ...
  2. def stack_size(*size) -> int: ...