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

Some doc todos #240

Open
3 of 8 tasks
njsmith opened this issue Jul 4, 2017 · 1 comment
Open
3 of 8 tasks

Some doc todos #240

njsmith opened this issue Jul 4, 2017 · 1 comment
Assignees

Comments

@njsmith
Copy link
Member

njsmith commented Jul 4, 2017

Notes to self, stuff I want to add soon-ish:

  • add some narrative docs about async filesystem IO
    in particular mentioning thread-safety issues and why/when this is useful

add tables showing methods:

  • stream ABCs
  • async filesystem methods

tutorial:

  • rework intro a bit to say that trio = regular synchronous python + 3 things: async functions, nurseries (and MultiError), and cancellation
    • and maybe also frame it around the 3 pillars of trio's design philosophy (no implicit concurrency, no lost exceptions, expose checkpoints)
  • include a "where to ask questions" note
  • talk about MultiError
  • talk about cancellation
  • review how these all fit together
@njsmith njsmith self-assigned this Jul 4, 2017
@njsmith njsmith mentioned this issue Aug 21, 2017
17 tasks
@auvipy
Copy link

auvipy commented Nov 4, 2019

was this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants