|
noexcept |
Destroys this communicator asynchronously.
completed | The callback to call when the destruction is complete. This function must not throw any exception. |
completed
unless you call this function on a communicator that has already been destroyed, in which case completed
is called by the current thread.