Miscellaneous

This commit is contained in:
Lasse Blaauwbroek
2023-06-09 22:01:32 +02:00
parent d6261b6d79
commit 0483596da1
3 changed files with 3 additions and 10 deletions

View File

@@ -492,7 +492,7 @@ cdef extern from "kj/async.h" namespace " ::kj":
cdef extern from "capnp/helpers/capabilityHelper.h":
cdef cppclass PyAsyncIoStream(AsyncIoStream):
PyAsyncIoStream(PyObject* thisptr)
PyAsyncIoStream(Own[PyRefCounter] thisptr)
void rejectDisconnected[T](PromiseFulfiller[T]& fulfiller, StringPtr message)
void rejectVoidDisconnected(VoidPromiseFulfiller& fulfiller, StringPtr message)
Exception makeException(StringPtr message)