allow to use the JSON RPC client from async code

This commit is contained in:
adbenitez
2023-10-26 23:30:13 +02:00
parent 1b66120e7d
commit 6d2bae7b1d
2 changed files with 32 additions and 0 deletions

View File

@@ -48,3 +48,7 @@ $ python
'awesome'
>>> rpc.close()
```
## Usage from async code
See the [echobot_async.py](./examples/echobot_async.py) example.