Skip to content

Add various C++ concurrency and asynchronous programming notes - #23

Merged
Machillka merged 1 commit into
mainfrom
feat
Sep 1, 2026
Merged

Add various C++ concurrency and asynchronous programming notes#23
Machillka merged 1 commit into
mainfrom
feat

Conversation

@Machillka

Copy link
Copy Markdown
Collaborator
  • Updated "Condition Variable.md" to include tags for better categorization.
  • Enhanced "CurrentWorker.md" with tags for improved discoverability.
  • Added tags to "thread_local.md" for better organization.
  • Included tags in "异常安全.md" to facilitate easier searching.
  • Created "ParallelFor.md" detailing the design and implementation of a parallel execution method in ChikaEngine.
  • Introduced "Atomic.md" to explain atomic operations in C++ with examples and memory order semantics.
  • Added "Future.md" to describe the future and shared future concepts in C++, including their usage and state management.
  • Created index.md for the asynchronous model section, summarizing key topics related to asynchronous programming in C++.

- Updated "Condition Variable.md" to include tags for better categorization.
- Enhanced "CurrentWorker.md" with tags for improved discoverability.
- Added tags to "thread_local.md" for better organization.
- Included tags in "异常安全.md" to facilitate easier searching.
- Created "ParallelFor.md" detailing the design and implementation of a parallel execution method in ChikaEngine.
- Introduced "Atomic.md" to explain atomic operations in C++ with examples and memory order semantics.
- Added "Future.md" to describe the future and shared future concepts in C++, including their usage and state management.
- Created index.md for the asynchronous model section, summarizing key topics related to asynchronous programming in C++.
@Machillka
Machillka merged commit 6ebcb8c into main Sep 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant