File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ I highly recommend coding along with this guide rather than just reading it.
118
118
- [ Getting the ` callee ` name and the line number] ( /chapters/ch04.3-capturing-metadata.md#getting-the-callee-name-and-the-line-number )
119
119
- [ A more ergonomic way] ( /chapters/ch04.3-capturing-metadata.md#a-more-ergonomic-way )
120
120
- [ 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 )
121
127
122
128
123
129
![ ] ( https://uddrapi.com/api/img?page=readme )
You can’t perform that action at this time.
0 commit comments