Re: Asyncrhonus Socket Calls
I would assume so, considering that the thread that setup the callback has little control of the thread that performs the callback, and in contrast the thread performing the callback has no control of the thread that requested the callback, or what type of state that thread may be in.
Regards
Re: Asyncrhonus Socket Calls
In my previous post, I guess what I am trying to say is that a callback in the traditional sense is always executed in the context of the calling thread, all in all, it is just another function call, nothing special.
Re: Asyncrhonus Socket Calls
I would think it would happen that way. The documentation was a little ambiguous in this sense. The only other way that I could think it would happenw ould be similar to a Unix Interrupt.
Jared Parsons