j
k
j a
j l
Note that shared_from_this will not work unless object is created on heap and placed in a shared_ptr. Creating asynchronous operation handlers on stack does not make much sense.
Note that shared_from_this will not work unless object is created on heap and placed in a shared_ptr.
Creating asynchronous operation handlers on stack does not make much sense.
It does make sense, if the handler is a lightweight copiable object.
Back to the thread
Back to the list