finished ch15.6 and ch15
Some checks failed
Test Gitea Actions / first (push) Successful in 17s
Test Gitea Actions / check-code (push) Failing after 13s
Test Gitea Actions / test (push) Has been skipped
Test Gitea Actions / documentation-check (push) Has been skipped

This commit is contained in:
2025-03-10 05:29:01 -06:00
parent fbc76348ad
commit 329c2e0d8d
4 changed files with 425 additions and 7 deletions

View File

@ -56,4 +56,4 @@ The ones we will cover are the most common smart pointers in the std library:
In addition we will also cover *interior mutability* patter where an immutable type exposes an API for mutating an interior value.
As well discuss *reference cycles*; how they can leak memory and how to prevent them. [Section Link Here](./Leaky%20Reference%20Cycles.md)
As well discuss *reference cycles*; how they can leak memory and how to prevent them. [Section Link Here](./Leaky%20Reference%20Cycles.md)