ndi-python icon indicating copy to clipboard operation
ndi-python copied to clipboard

Release GIL when calling potentially-blocking functions

Open minoki opened this issue 3 years ago • 1 comments

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.

minoki avatar Dec 14 '22 09:12 minoki

This is a pretty critical improvement and really ought to be merged and released.

JC3 avatar Sep 28 '24 14:09 JC3