If I call send_async() and then set a Slot on the PendingCall object, the method return may have already come while the slot was unassigned. I have to call PendingCall::completed() after assigning the slot() to see if the return was missed.
Please provide problematic example code.
Log in to post a comment.
Please provide problematic example code.