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

Async in Zebra RFC #1965

Merged
merged 34 commits into from
May 4, 2021
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
44b93a3
Initial async RFC version
teor2345 Mar 30, 2021
dc6bb1a
Add ticket hyperlinks
teor2345 Apr 5, 2021
88ac838
Add a table of contents
teor2345 Apr 7, 2021
6ba7058
Reword the testing section
teor2345 Apr 7, 2021
40dd4a8
Add a toc anchor
teor2345 Apr 7, 2021
185df6c
Add some words that need definitions
teor2345 Apr 7, 2021
65a92eb
Revise introductory sections
teor2345 Apr 7, 2021
e0c792a
Add definitions
teor2345 Apr 7, 2021
f380b2c
Write guide intro based on feedback
teor2345 Apr 7, 2021
05778cc
Add a code example for each reference section
teor2345 Apr 7, 2021
c90389c
Reorder sections and update TOC
teor2345 Apr 7, 2021
37affdf
Minor reference updates
teor2345 Apr 7, 2021
4052514
Delete irrelevant code from an example
teor2345 Apr 7, 2021
f2f5fc3
Link to code examples using commit hashes
teor2345 Apr 7, 2021
34c5163
Link to PR and commit for each code example
teor2345 Apr 7, 2021
b85a837
Fix typos
teor2345 Apr 7, 2021
63cef57
Delete empty sections
teor2345 Apr 7, 2021
061e9de
Add tracing and metrics in a monitoring section
teor2345 Apr 7, 2021
654801e
Update TOC
teor2345 Apr 7, 2021
84be5b6
Remove redundant version in docs.rs link
teor2345 Apr 7, 2021
bf97568
Add zebra-client buffer bound changes
teor2345 Apr 8, 2021
480c420
Add memory usage calculations in buffer
teor2345 Apr 8, 2021
71a994a
Clarify buffer/batch wording
teor2345 Apr 8, 2021
df9ae30
Add tracing and metrics examples
teor2345 Apr 8, 2021
22f0d74
Link the guide to the reference
teor2345 Apr 8, 2021
ae18b8e
Expand on introspection
teor2345 Apr 8, 2021
2ce751c
Make unordered lists consistent
teor2345 Apr 8, 2021
5140a5b
Add atomics rules and example
teor2345 Apr 22, 2021
46d4c5e
Tidy atomic example and link to reference
teor2345 Apr 22, 2021
8bc7123
Mention TurboWish as a future diagnostic tool
teor2345 Apr 30, 2021
b71809f
Recommend using futures-aware types
teor2345 Apr 30, 2021
045967d
Improve the acquiring locks section
teor2345 Apr 30, 2021
154966e
Add an example of a compiler error that prevents deadlock
teor2345 Apr 30, 2021
ecae07f
Rename async Rust RFC and move it out of drafts
teor2345 May 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading