Skip to content

Commit 7676bfc

Browse files
hotfix: vol5 old passages remove
1 parent f02a7a1 commit 7676bfc

8 files changed

Lines changed: 2 additions & 4617 deletions

File tree

documents/en/vol5-concurrency/01-atomic.md

Lines changed: 0 additions & 602 deletions
This file was deleted.

documents/en/vol5-concurrency/02-memory-order.md

Lines changed: 0 additions & 627 deletions
This file was deleted.

documents/en/vol5-concurrency/03-coroutine-echo-server.md

Lines changed: 0 additions & 1195 deletions
This file was deleted.

documents/en/vol5-concurrency/03-lock-free-data-structures.md

Lines changed: 0 additions & 582 deletions
This file was deleted.

documents/en/vol5-concurrency/04-mutex-and-raii-guards.md

Lines changed: 0 additions & 714 deletions
This file was deleted.

documents/en/vol5-concurrency/06-critical-section-protection.md

Lines changed: 0 additions & 869 deletions
This file was deleted.

documents/en/vol5-concurrency/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,4 @@ From thread primitives to asynchronous coroutines, from locks to lock-free, from
3030
<ChapterLink href="ch07-actor-channel">ch07 · Actors and Channels</ChapterLink>
3131
<ChapterLink href="ch08-debug-testing-perf">ch08 · Debugging, Testing, and Performance</ChapterLink>
3232
<ChapterLink href="ch09-distributed-bridge">ch09 · Distributed Bridging Appendix</ChapterLink>
33-
</ChapterNav>
34-
35-
## Legacy Articles (Being Gradually Rewritten)
36-
37-
The following articles belong to the legacy structure and will be archived and replaced as the new chapters are completed.
38-
39-
<ChapterNav variant="sub">
40-
<ChapterLink href="01-atomic">Atomic Operations</ChapterLink>
41-
<ChapterLink href="02-memory-order">Memory Order</ChapterLink>
42-
<ChapterLink href="03-lock-free-data-structures">Lock-Free Data Structures</ChapterLink>
43-
<ChapterLink href="04-mutex-and-raii-guards">Mutexes and RAII Guards</ChapterLink>
44-
<ChapterLink href="06-critical-section-protection">Critical Section Protection</ChapterLink>
45-
<ChapterLink href="03-coroutine-echo-server">Coroutine Echo Server</ChapterLink>
46-
</ChapterNav>
33+
</ChapterNav>

documents/vol5-concurrency/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,4 @@ tags:
2525
<ChapterLink href="ch07-actor-channel">ch07 · Actor 与 Channel</ChapterLink>
2626
<ChapterLink href="ch08-debug-testing-perf">ch08 · 调试、测试与性能</ChapterLink>
2727
<ChapterLink href="ch09-distributed-bridge">ch09 · 分布式桥接附录</ChapterLink>
28-
</ChapterNav>
29-
30-
## 旧版文章(逐步重写中)
31-
32-
以下文章属于旧版结构,将在新章节逐步完善后归档替换。
33-
34-
<ChapterNav variant="sub">
35-
<ChapterLink href="01-atomic">原子操作</ChapterLink>
36-
<ChapterLink href="02-memory-order">内存序</ChapterLink>
37-
<ChapterLink href="03-lock-free-data-structures">无锁数据结构</ChapterLink>
38-
<ChapterLink href="04-mutex-and-raii-guards">mutex 与 RAII 守卫</ChapterLink>
39-
<ChapterLink href="06-critical-section-protection">临界区保护</ChapterLink>
40-
<ChapterLink href="03-coroutine-echo-server">协程 Echo Server</ChapterLink>
41-
</ChapterNav>
28+
</ChapterNav>

0 commit comments

Comments
 (0)