santazhang / simple-rpc

Simple RPC in C++, with Python binding
http://www.yzhang.net/simple-rpc/
BSD 3-Clause "New" or "Revised" License
27 stars 6 forks source link

DeferredReply and async callback for Python #12

Open santazhang opened 10 years ago

santazhang commented 10 years ago

This will be very useful to implement server-server communication without blocking RPC.