-
Notifications
You must be signed in to change notification settings - Fork 782
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
docs: extend documentation on Sync
and thread-safety
#4695
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great so far, just have some minor writing style comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, so far, there are a few things I'd word differently but feel free to disregard if you prefer your own way.
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Sync
and thread-safetySync
and thread-safety
Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com> Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Thanks all for the reviews, much appreciated 🙏 I have pushed a bit of copy to complete the blank sections. I think while this is not perfect, we at least now have some discussion of the topic so I'm inclined to merge and get on with releasing 0.23. We can iterate further in patch releases if needed, and also as we explore alternative |
Docs for
Sync
. This seems to be shaping up ok, I will push to the blank sections tonight hopefully.