irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

Docs request: linking threadproxysharing #74

Closed jamesbraza closed 1 year ago

jamesbraza commented 1 year ago

From https://pyro5.readthedocs.io/en/latest/clientcode.html?highlight=threadproxysharing#proxy-sharing-between-threads:

See the threadproxysharing example for more details.

I realized to see this snippet, we have to:

  1. Open the GitHub repo
  2. Navigate to examples/threadproxysharing/client.py

Would you be willing to hyperlink this example file in the docs, for reader's convenience? 🤓

irmen commented 1 year ago

Could be convenient. There are many more references to examples so these have to be updated as well though, to be complete.

jamesbraza commented 1 year ago

Nice work!