We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aebe57 + 9dc8768 commit 91d5ea9Copy full SHA for 91d5ea9
README.md
@@ -9,7 +9,7 @@ It consists of the following modules:
9
10
* `kotlinx-coroutines-core` module with core primitives to work with coroutines. It is designed to work on any JDK6+ and Android
11
and contains the following main pieces:
12
- * `lanunch(context) { ... }` to start a coroutine in the given context.
+ * `launch(context) { ... }` to start a coroutine in the given context.
13
* `run(context) { ... }` to switch to a different context inside a coroutine.
14
* `runBlocking(context) { ... }` to use asynchronous Kotlin APIs from a thread-blocking code.
15
* `defer(context) { ... }` to get a deferred result of coroutine execution in a non-blocking way.
0 commit comments