Expand description
Client-side JSON-RPC implementation
Structsยง
- RpcChad
Client - Highly experimental JSON-RPC client implementation using asynchronous channels, with each new request canceling waiting for the previous one. All requests are executed without a timeout.
- RpcClient
- JSON-RPC client implementation using asynchronous channels.