Skip to content

Commit 379f210

Browse files
vkhikhlovelizarov
authored andcommitted
Remove unavailable builder from js/kotlinx-coroutines-core-js/README.md
1 parent 8e38418 commit 379f210

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To avoid field overloading by type during obfuscation, add this to your config:
121121

122122
All development (both new features and bug fixes) is performed in `develop` branch.
123123
This way `master` sources always contain sources of the most recently released version.
124-
Please send PRs with bug fixes to `develop` branch
124+
Please send PRs with bug fixes to `develop` branch.
125125
Fixes to documentation in markdown files are an exception to this rule. They are updated directly in `master`.
126126

127127
The `develop` branch is pushed to `master` during release.

js/kotlinx-coroutines-core-js/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Coroutine builder functions:
88
| ------------- | ------------- | ---------------- | ---------------
99
| [launch] | [Job] | [CoroutineScope] | Launches coroutine that does not have any result
1010
| [async] | [Deferred] | [CoroutineScope] | Returns a single value with the future result
11-
| [runBlocking] | `T` | [CoroutineScope] | Blocks the event loop while the coroutine runs
1211

1312
Coroutine dispatchers implementing [CoroutineDispatcher]:
1413

@@ -49,7 +48,6 @@ General-purpose coroutine builders, contexts, and helper functions.
4948
[CoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-coroutine-scope/index.html
5049
[async]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/async.html
5150
[Deferred]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-deferred/index.html
52-
[runBlocking]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/run-blocking.html
5351
[CoroutineDispatcher]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-coroutine-dispatcher/index.html
5452
[DefaultDispatcher]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-default-dispatcher.html
5553
[Unconfined]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-unconfined/index.html

0 commit comments

Comments
 (0)