priestjim / gen_rpc

A scalable RPC library for Erlang-VM based languages
Apache License 2.0
221 stars 81 forks source link

Async call. Cleaned up of PR27 #43

Closed linearregression closed 8 years ago

linearregression commented 8 years ago

Draft implementation of async_call/3, async_call/4, yield/1, nb_yield/1, nb_yield/2.

NB:

Clean up of https://github.com/priestjim/gen_rpc/pull/27