Replies: 1 comment
-
Try this: https://pybind11.readthedocs.io/en/stable/advanced/misc.html#global-interpreter-lock-gil |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The C++ function may take some time(from seconds to minutes) to execute. Is there a way to call C++ function asynchronously using
Pybind
? e.g., timer, callback.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions