asio C++ library

PrevUpHomeNext

experimental::promise::~promise

Destruct the promise and cancel the operation.

~promise();

It is safe to destruct a promise of a promise that didn't complete.


PrevUpHomeNext