• David Zaslavsky@techhub.social
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      @Moshpirit 👍

      If you have any experience with computer programming, I would definitely recommend looking up a tutorial on threads for your favorite programming language and writing a little program that uses them. The best way to understand what threads are is through practical experience.

      If not, hopefully you can find some good resources anyway! The gist is that threads are kind of like little mini-programs that run within a main program and can be used to do specific tasks that would otherwise “distract” the main program from its work. (That’s not exactly accurate, but it’s the best way I can think of to explain the basic idea in one sentence.)