chenBright commented on issue #2182:
URL: https://github.com/apache/brpc/issues/2182#issuecomment-1565889048

   使用一个可拷贝的类,包含LongIntTask的shared_ptr,是不是可以解决这个问题?
   ```c++
   struct TaskItem {
       std::shared_ptr<LongIntTask> long_int_task;
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to