buresu / ndi-python

NewTek NDI Python wrapper
MIT License
133 stars 30 forks source link

Release GIL when calling potentially-blocking functions #22

Open minoki opened 1 year ago

minoki commented 1 year ago

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.