|
|
|
|
|
by an-tao
2654 days ago
|
|
Good question!
If the type of the parameter of callback is an r-reference, users must move resp into the callback. Note that the resp is a shared_ptr, which means callback can reuse the buffer or do anything to the resp object and copying smart pointers does not require too much cost. |
|