chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.85k stars 1.2k forks source link

Fixes result handling for promise. #1237

Open klemens-morgenstern opened 1 year ago

klemens-morgenstern commented 1 year ago

I've had a bug where the promise used moved-from values when delivering results & the promise is already waiting. This should fix it.

Closes #1204