Skip to content

Commit dff7e69

Browse files
committed
Add async and parallel topics
1 parent 23b650e commit dff7e69

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

content/Index.en.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,14 @@
7474
6.7. Onion aka multi-layer approach
7575
10. Concurrent computing basics
7676
10.1. Asynchronous programming
77-
10.2. Parallel programming
78-
10.3. Actor-based programming
79-
10.4. Lock-free data structures
77+
10.2. Parallel programming, shared memory and sync primitives
78+
10.3. Async primitives: Thenable, Promise, Future, Deferred
79+
10.4. Coroutines, goroutines, async/await
80+
10.5. Adapters between asynchronous contracts
81+
10.6. Asynchronous and parallel interoperability
82+
10.7. Message passing approach and actor model
83+
10.8. Asynchronous queue and async collections
84+
10.8. Lock-free data structures
8085
11. Advanced programming paradigms
8186
11.1. Generic programming
8287
11.2. Event-driven and reactive programming

0 commit comments

Comments
 (0)