Nice! I saw one solution where they put run to sleep while they get the return value. This seems better. I used it to fetch data from an online database. It works beautifully.
@iaroslavz26449 ай бұрын
Thank you very much. It's a very nice and simple solution.
@k0.94862 жыл бұрын
Great video, very helpful. What's odd to me though I'm calling a function with an if statement and the function always returns or prints as the condition is true, even when i know it's not after over riding the class.
@adamsladecek9276 Жыл бұрын
Thank you for the video, it helped a lot.
@adamfit91582 жыл бұрын
Any solution sir for the multiprocessong the same as threading.
@mehrdadm.580410 ай бұрын
very useful Video, thx
@coderslegacy56619 ай бұрын
Glad you liked it
@adamfit91582 жыл бұрын
Wenderfull lesson
@rodrigobautistagutierrez5366 Жыл бұрын
Such an clumsy example, Queue is much more better , simpler and thread-safe.