Closed
Description
The documentation quickly mentions that threading is possible using "Python threads".
But given a C++ library that has its own threads, is it possible to interoperate with pybind11 ? For instance a network library has callbacks that execute in their own threads: how safe is it to pass a python function in place of such a callback ?
Metadata
Metadata
Assignees
Labels
No labels