|
-
Apr 4th, 2015, 03:28 PM
#1
Thread Starter
Hyperactive Member
The easiest way of multithreading
I've found this example, but I still don't understand it quite well because it's not commented, so I don't have a clue how to interact with the each thread and terminate all of them when I want to stop the process by closing the program or clicking on some "Stop" button. I don't want to do the creation of the external process or to call external file (DLL/EXE) or to use some complex classes/hacks, all I want is a simple multithreading which is almost ideal to the example that's mentioned above. Is that achievable i.e. is that project fixable or it has some flaws that can't be easily resolved?
My goal is to create asynchronous operations (timers) which will not freeze the UI - so the threading will be the solution.
Last edited by MikiSoft; Apr 5th, 2015 at 12:08 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|