zeroc-ice / ice-demos

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

Rework Python coroutine demo #128

Closed bernardnormier closed 3 years ago

bernardnormier commented 3 years ago

Also added tox.ini file to ice-demos.

bernardnormier commented 3 years ago

Could we just use the executor directly in FibonacciI instead of having to call another proxy?

Of course, but the whole point of the demo is to show a dispatch calling a proxy.