|
-
November 21st, 2009, 06:20 PM
#4
Re: How to unblock ConnectNamedPipe and ReadFile? [C#]
Is there a general solution to 'release the blocking code in a thread' problem?
I mean, in a worker thread I am using someObject.SomeMethod(), which blocks and is the only option I can use, and I want to stop that worker thread anytime from my main thread; even if the worker thread is blocked at the point where someObject.SomeMethod() is called.
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
|