Conversation
…examples for closures and hoisting
…ls and improve clarity
…d async/await comparisons
…nd stale response prevention
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds detailed documentation on context switching to the operating systems section, enriching the content on process and thread management.
- Introduces a new section on "문맥 교환 (Context Switching)"
- Details the cases in which a context switch occurs and outlines common scheduling algorithms
Files not reviewed (4)
- apps/frontend/tech/docs/javascript/asynchronous.mdx: Language not supported
- apps/frontend/tech/docs/javascript/event-loop.mdx: Language not supported
- apps/frontend/tech/docs/javascript/execution-context.mdx: Language not supported
- apps/frontend/tech/docs/javascript/hoisting.mdx: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
99mini
added a commit
that referenced
this pull request
Apr 23, 2025
* feat(docs): add context switching section to process vs thread documentation * docs: enhance documentation on event loop and execution context, add examples for closures and hoisting * docs: update execution context documentation to include closure details and improve clarity * feat(docs): add asynchronous processing documentation with Promise and async/await comparisons * feat(docs): add utility functions for Promise handling with timeout and stale response prevention * fix: 쉬운말로 바꾸기 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.