Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to async code (#331) #332

Merged
merged 2 commits into from
Oct 16, 2023

Commits on Oct 13, 2023

  1. Update documentation to async code (capnproto#331)

    This commit updates the documentation to the latest changes added
    with pycapnp 2.0.0.
    
    * Remove non existing classes/functions from the reference documentation
    * Adapt the quickstart to the latest changes. Mainly to new rpc handling,
      that now exlusively is done through asyncio.
    tobiasah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fb85ffd View commit details
    Browse the repository at this point in the history
  2. DOC: Add section about send and receive messages over a socket

    Since capnproto#313 it is possible to read and write messages over a socket.
    This commit adds a small section for read and write in the quickstart.
    tobiasah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c8793ee View commit details
    Browse the repository at this point in the history