asio C++ library

PrevUpHomeNext

async_result< std::packaged_task< Result(Args...)>, Signature >::return_type

The return type of the initiating function is the future obtained from the packaged task.

typedef std::future< Result > return_type;
Requirements

Header: asio/packaged_task.hpp

Convenience header: asio.hpp


PrevUpHomeNext