Multithreading tutorial
BlitzMax Forums/BlitzMax Programming/Multithreading tutorial
| ||
Hi. I'd like to try multithreading in Blitz, but I have 0 experience of it. Are there any tutorials yet? Thanks. |
| ||
Come on there are all these other threads about multithreading going on :( |
| ||
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. |
| ||
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. |