ReaderWriterLock
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Could anyone help me out with a theoretical problem...... From my main thread I'm launching a child thread that each obtain a read lock from an instance of a ReaderWriterLock If the child thread does not release the read lock before it expires, will the main thread inherit that read lock, enabling it to call UpgradeToWriterLock. Sorry to be so vaugue if you need more details let me know. Thanks, Chris.