+ 2
Thread In Python ??
Can anyone explain what’s threading,why it used and how to use in easy way. Articles over the internet are a little bit confusing for me.
3 odpowiedzi
+ 4
threading ? its like you have more than worker working at the same time doing their own task.
its like working on assignment with your friend and split the task by half.
or heating 2 frying pan at once for 2 different dishes. its much efficient than only use 1 pan for 2 dishes
+ 1
Maybe a code example will help:
https://code.sololearn.com/c3vnjMxf5RL9/?ref=app
0
See if the explanation makes sense, keeping the language aside.
https://www.sololearn.com/Discuss/2063615/?ref=app