aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/examples/tokio_server/src/main.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-151
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-141
| | | | clean up examples
* jsonrpc: spread out comments and clean uphozan232024-06-131
|
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-301
|
* jsonrpc: add comments & remove debugging codehozan232024-05-281
|
* jsonrpc: spawn task when handle new requesthozan232024-05-231
|
* jsonrpc: support pubsubhozan232024-05-221
|
* add tokio examples to p2p, jsonrpc, and net crateshozan232024-05-191