I’m using ThreadPool.QueueUserWorkItem(). From MSDN I see that it can return FALSE if queuing failed. How am I supposed to react then? Wait a bit and try to queue again, hoping that a thread from th pool will be available then?
I’m using ThreadPool.QueueUserWorkItem() . From MSDN I see that it can return FALSE if
Share
That’s game over. Tell your user what happened and terminate your app.