ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Threading.h File Reference
#include <QException>
#include <pybind11/pybind11.h>
Include dependency graph for Threading.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyThreadStateGuard
 
struct  PyThreadStateReleaser
 
class  ThreadException
 

Functions

py::object call_fn (PyThreadState *main_state, py::object callable, py::args args, py::kwargs kwargs)
 

Function Documentation

◆ call_fn()

py::object call_fn ( PyThreadState *  main_state,
py::object  callable,
py::args  args,
py::kwargs  kwargs 
)
inline

Definition at line 79 of file Threading.h.

Referenced by PYBIND11_EMBEDDED_MODULE().