Add beginnings of EventPort wrapping
This commit is contained in:
@@ -7,4 +7,12 @@ cdef extern from "../helpers/capabilityHelper.h":
|
||||
cdef extern from "../helpers/capabilityHelper.h":
|
||||
void reraise_kj_exception()
|
||||
cdef cppclass PyRefCounter:
|
||||
PyRefCounter(PyObject *)
|
||||
PyRefCounter(PyObject *)
|
||||
|
||||
cdef extern from "../helpers/rpcHelper.h":
|
||||
cdef cppclass PyRestorer:
|
||||
PyRestorer(PyObject *)
|
||||
|
||||
cdef extern from "../helpers/asyncHelper.h":
|
||||
cdef cppclass PyEventPort:
|
||||
PyEventPort(PyObject *)
|
||||
Reference in New Issue
Block a user