template< typename... Ts, typename Executor> struct promise< void(Ts...), Executor >
Name |
Description |
---|---|
Rebinds the promise type to another executor. |
Name |
Description |
---|---|
Wait for the promise to become ready. |
|
Cancel the promise. Usually done through the destructor. |
|
Check if the promise is completed already. |
|
Get the executor of the promise. |
|
~promise [destructor] |
Header: asio/experimental/promise.hpp
Convenience header: None