Multithreading tutorial

BlitzMax Forums/BlitzMax Programming/Multithreading tutorial

Czar Flavius(Posted 2010) [#1]
Hi. I'd like to try multithreading in Blitz, but I have 0 experience of it. Are there any tutorials yet? Thanks.


Czar Flavius(Posted 2010) [#2]
Come on there are all these other threads about multithreading going on :(


Otus(Posted 2010) [#3]
No, unfortunately there doesn't seem to be any tutorials.

If you know any other programming language like C, Java or Python, you can find tutorials for threading in those. After that the help entry in the thread module should be rather understandable, as the mechanisms are very similar to other languages.

If that doesn't work, I suggest looking at threaded code from the code archives or elsewhere on the forums.


ima747(Posted 2010) [#4]
No tutorials I can find, but as Otus said, the help docs are quite understandable. They also include some brief examples to get your feet wet.