I am playing around with Nim and python where I need to access python objects from different threads. In cython we get a handy with gil operator. Is there a way to access python objects in a similar way under Nimpy? Could you provide a minimal example?
Cheers!
C
I am playing around with Nim and python where I need to access python objects from different threads. In cython we get a handy
with giloperator. Is there a way to access python objects in a similar way under Nimpy? Could you provide a minimal example?Cheers!
C