Pipelining almost completely wrapped

Waiting on some upstream changes in C++ libcapnp before I can finish
This commit is contained in:
Jason Paryani
2013-10-17 22:42:14 -07:00
parent 7f7b28f328
commit 96bfc495d8
8 changed files with 194 additions and 100 deletions

View File

@@ -15,6 +15,7 @@ cdef extern from "kj/async.h" namespace " ::kj":
T wait()
ctypedef Promise[PyObject *] PyPromise
ctypedef Promise[void] VoidPromise
cdef extern from "kj/async.h" namespace " ::kj":
cdef cppclass EventLoop: