This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-22 17:12:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
port
/
linux
/
package
/
pikascript
/
_thread.pyi
6 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
more thread support
2023-02-01 13:31:30 +08:00
fix mem leak when exit thread support tuple args for _thread.start_new_thread() update _thread
2023-02-01 15:54:20 +08:00
def
start_new_thread
(
function
:
any
,
args_
:
any
)
:
.
.
.
_thread support setup the stack_size
2023-04-17 09:42:28 +08:00
def
stack_size
(
*
size
)
-
>
int
:
.
.
.
Reference in New Issue
Copy Permalink