Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ waitForShutdownAsync()

void Ice::Communicator::waitForShutdownAsync ( std::function< void()> completed)
noexcept

Waits until this communicator is shut down.

Parameters
completedThe callback to call when the shutdown is complete. This function must not throw any exception.
Remarks
If you call this function on a communicator that has already been shut down, the callback is called immediately by the current thread.
See also
shutdown