Relative Content

Tag Archive for c++parameter-passingstatic-analysisfalse-positivestdasync

Passing a large object to async task in C++

I have program that receives callback calls from a library when messages are received. The callbacks’ signature is void on_message(const MyLargeObject &my_large_object);

Passing a large object to async task in C++

I have program that receives callback calls from a library when messages are received. The callbacks’ signature is void on_message(const MyLargeObject &my_large_object);