Hi folks! Today I tried to deal with multithreading.
I have something has been done and it works.
for the test, I concluded numbers to the console from another thread.
Here are the basic pieces of code.
[pastebin]fidfpQKQ[/pastebin]
But I have some questions.
for what purpose is WorkItem-> aux_ ?
and what is the difference of aux from item-> start_ or item-> end_?
is they can not be assigned the same thing ?