Skip to content

Commit 9629ddb

Browse files
committed
update readme
1 parent e789a9c commit 9629ddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ I highly recommend coding along with this guide rather than just reading it.
118118
- [Getting the `callee` name and the line number](/chapters/ch04.3-capturing-metadata.md#getting-the-callee-name-and-the-line-number)
119119
- [A more ergonomic way](/chapters/ch04.3-capturing-metadata.md#a-more-ergonomic-way)
120120
- [Using the `get_caller_info` function](/chapters/ch04.3-capturing-metadata.md#using-the-get_caller_info-function)
121+
- [A small intro to `async` vs `sync`](/chapters/ch04.4-intro-to-async-vs-sync.md)
122+
- [The Balance between Opposites](/chapters/ch04.4-intro-to-async-vs-sync.md#the-balance-between-opposites)
123+
- [Mixing Asynchronous and Synchronous Code](/chapters/ch04.4-intro-to-async-vs-sync.md#mixing-asynchronous-and-synchronous-code)
124+
- [Faster I/O out of the box](/chapters/ch04.4-intro-to-async-vs-sync.md#faster-io-out-of-the-box)
125+
- [Blocking Code](/chapters/ch04.4-intro-to-async-vs-sync.md#blocking-code)
126+
- [Concurrency](/chapters/ch04.4-intro-to-async-vs-sync.md#concurrency)
121127

122128

123129
![](https://uddrapi.com/api/img?page=readme)

0 commit comments

Comments
 (0)