docs: add async application guidance - #1167
Draft
joshka wants to merge 1 commit into
Draft
Conversation
Deploying ratatui with
|
| Latest commit: |
5c4e736
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0ac9e4a5.ratatui.pages.dev |
| Branch Preview URL: | https://joshka-async-application-gui.ratatui.pages.dev |
Explain terminal ownership, blocking draw behavior, event draining, and async coordination patterns for Ratatui apps. Move the long examples into compile-tested code and split the application survey and future gaps onto companion pages.
joshka
force-pushed
the
joshka/async-application-guidance
branch
from
July 4, 2026 17:42
91ccb80 to
5c4e736
Compare
joshka
marked this pull request as draft
July 4, 2026 18:04
Member
Author
|
Note - this is not fully reviewed yet. |
Member
|
what do you suggest how we proceed with this? just a usual review? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
code/concepts/async-applications/so the docs examples are compile-testedcode/concepts/*in the Cargo workspace and update the Elm concept example metadata/formatting so workspace checks cover concept codeValidation
cargo fmt --all --checkcargo check --workspacecargo clippy --workspace -- -D warningspnpm exec markdownlint-cli2 src/content/docs/concepts/application-patterns/async-applications.md src/content/docs/concepts/application-patterns/async-application-examples.md src/content/docs/concepts/application-patterns/async-gaps.md src/content/docs/concepts/application-patterns/index.mdpnpm exec astro checkpnpm exec astro build