Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can somebody help with this i need to sync two threads without using the lock statement can somebody help me how to do it ?
Posted

1 solution

Hi,

Have a look here:
Thread Synchronization (C# and Visual Basic)[^]
The MSDN article shows different ways how to synchronize threads.
 
Share this answer
 
Comments
shyqyri 20-May-13 17:27pm    
I need to do it manually not using any of this methods
Thomas Daniels 21-May-13 12:49pm    
Why?
The best ways of thread synchronization are shown in the article.

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