#include <async.hpp>
Detached completion token type.
The token is used to indicate that an asynchronous operation is detached. That is, there is no completion handler waiting for the operation's result.
Definition at line 119 of file async.hpp.