Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python thread with parameters

thread = threading.Thread(target=function, args=(arg1, arg2), kwargs=dict(x=3,delay=0.25))
Source by blog.acipo.com #
 
PREVIOUS NEXT
Tagged: #python #thread #parameters
ADD COMMENT
Topic
Name
4+5 =