Skip to content

Commit 17fd1b0

Browse files
authored
Coroutine docs
1 parent 1d1cf6e commit 17fd1b0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,19 @@ Learn Kotlin Programming, its basics and Fundamentals from scratch.
7575
- let
7676
- also
7777
- run
78-
13. Conclusion
78+
14. Coroutines
79+
- What are Coroutines? How are they related to Threads?
80+
- launch, async, runBlocking, withContext, withTimeoutOrNull,
81+
- Suspending function
82+
- Cancellation and Timeouts
83+
- Cooperative suspending functions and isActive flag
84+
- Exception Handling in Coroutines
85+
- Sequential execution of suspending function in Coroutines
86+
- Concurrency within Coroutine
87+
- lazy 'async'
88+
- CoroutineScope and CoroutineContext
89+
- Dispacthers: Confined dispatcher, Default Dispatcher, and Unconfined Displatcher
90+
15. Conclusion
7991

8092
## Authors
8193

0 commit comments

Comments
 (0)