Hi and thanks for the share. Just a question : you talk about a job class pattern saying it's quite common, however I can't find anything on google (due to keywords returning lots of irrelevant answers). Could it be please possible to get any more information or links about this ?
Maybe I'm missing something, but why are you calling delete on m_reply in the SearchJob class? Where is that heap-allocated? I must have missed it somewhere.
Nice,Thanks
Hi and thanks for the share.
Just a question : you talk about a job class pattern saying it's quite common, however I can't find anything on google (due to keywords returning lots of irrelevant answers).
Could it be please possible to get any more information or links about this ?
Hi,
a few weeks back we released a video about this topic. You cand find it here: th-cam.com/video/y1cYW7xMkpA/w-d-xo.html
Maybe I'm missing something, but why are you calling delete on m_reply in the SearchJob class? Where is that heap-allocated? I must have missed it somewhere.
Ah, disregard. I see it there in the ctor, where you new'd up the SearchJobPrivate object. Thanks for the demo example!
Just one thing: REST is not a protocol, it's a paradigm about how a remote API should behave.