ndi-python
ndi-python copied to clipboard
Release GIL when calling potentially-blocking functions
Thank you for this useful library!
I think the library can release the GIL when the operation blocks.
So I propose to add py::gil_scoped_release to functions with timeout parameter.
This is a pretty critical improvement and really ought to be merged and released.