|
|
Is a context valid after replying?
|
|
01/18/2011 9:46 AM
post82448
|
Is a context valid after replying?
I'm using a resource manager implemented with a threadpool/dispatch interface. When a message is received the dispatch
interface calls my handler function providing a message context containing a pointer to the data. Is this data pointer
valid after a MsgReply is performed on the receive ID? If so, then I assume the pointer remains valid until the
callback returns?
|
|
|
|
|