Jason Paryani
|
6fd17ff4d9
|
Add then function for VoidPromise
|
2013-12-04 15:59:22 -08:00 |
|
Jason Paryani
|
888b906781
|
Remove all public references to EventLoop to match changes to async API
|
2013-12-02 17:38:32 -08:00 |
|
Jason Paryani
|
fc16eab803
|
Fix up examples
|
2013-11-15 01:17:35 -08:00 |
|
Jason Paryani
|
56d5ea688e
|
Fix refcounting for exception handling
|
2013-11-13 21:02:43 -08:00 |
|
Jason Paryani
|
c1952a62ae
|
Fix exception propogation in Promises
|
2013-11-13 20:54:57 -08:00 |
|
Jason Paryani
|
72c36c3997
|
Change exception handling code. Now we are directly wrapping
kj::Exception and mapping it's 'Nature' enum to Python Error types, and
if none match, return a wrapped KjException
|
2013-11-13 17:53:34 -08:00 |
|
Jason Paryani
|
1df115d359
|
Initial wrapping of rpc-twoparty functionality
|
2013-11-12 15:32:23 -08:00 |
|
Jason Paryani
|
d7abfae1ed
|
Cleanup exception handling
|
2013-10-20 18:46:41 -07:00 |
|
Jason Paryani
|
5e00534842
|
Fixup exception handling for capabilities
|
2013-10-20 17:24:59 -07:00 |
|
Jason Paryani
|
c3354e9069
|
Add ability to pipeline rpc requests
|
2013-10-19 22:38:10 -07:00 |
|
Jason Paryani
|
96bfc495d8
|
Pipelining almost completely wrapped
Waiting on some upstream changes in C++ libcapnp before I can finish
|
2013-10-17 22:42:14 -07:00 |
|
Jason Paryani
|
7f7b28f328
|
Fix memleak and simplify dynamic client api
|
2013-10-17 19:15:40 -07:00 |
|
Jason Paryani
|
a5d0abb49f
|
First working version of capability interfaces
|
2013-10-15 22:36:14 -07:00 |
|