On Jul 14, 7:07 pm, Freyr wrote:
> I have a python bound physics library that uses handler to process
> events. The passing of handlers between c++ and python causes a huge
> overhead slowing down the process. Can I implement a handler in my
> custom python bound c++ lib B and pass it to blackbox
I have a python bound physics library that uses handler to process
events. The passing of handlers between c++ and python causes a huge
overhead slowing down the process. Can I implement a handler in my
custom python bound c++ lib B and pass it to blackbox python bound c++
lib A so that A would ca