zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
323 stars 217 forks source link

Restore waitForShutdown #187

Closed bernardnormier closed 1 year ago

bernardnormier commented 1 year ago

This PR restores waitForShutdown in the asyncInvocation demo (see #186).

It also removes an unnecessary call to shutdown in the async demo. I don't see a way to meaningfully switch back to waitForShutdown in that demo.

See also #181.