Replies: 4 comments
-
Did you check the python IceStorm demo? |
Beta Was this translation helpful? Give feedback.
-
yes but it does not use any mutex or Ice::uncheckedCast on it 😿 |
Beta Was this translation helpful? Give feedback.
-
The Python hello demo shows the use of ucheckedCast ice-demos/python/Ice/hello/client.py Lines 20 to 23 in 7a91b54 As per mutex usage, this is a C++ standard API not Ice specific, python has its own APIs for this see for example: Some of the demos in https://github.com/zeroc-ice/ice-demos/tree/3.7/python/Ice make use of these python APIs too |
Beta Was this translation helpful? Give feedback.
-
Thank you so much gentleman! |
Beta Was this translation helpful? Give feedback.
-
Hello! Is it possible to add/do this c++ example on Python? If is it possible how?
Beta Was this translation helpful? Give feedback.
All reactions