cpprestsdk
cpprestsdk copied to clipboard
The copy constructor for the variable passed to pplx::create_task is executed 5 times.
When a lambda is passed to pplx::create_task, a copy constructor of the passed variable is executed 5 times when captured.