Networking TS

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;

PrevUpHomeNext