Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
Please, I want to know and use VB.net 2012 statements.
I want if I can use thread or any statements work with parallel processing.
My project is executing Particle Swarm Optimization.

Any help please?
Posted

1 solution

In simple cases you might want to use the Parallel for:
How to: Write a Simple Parallel.For Loop[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 2-Feb-16 15:16pm    
This is about parallel processing, but not exactly about "using threads", even though the threads can be involved under the hood.
Anyway, a 5. It one of the starting points. Another one could be learning threading...
—SA
Kenneth Haugland 2-Feb-16 16:59pm    
Thank you, Sergey. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900