Skip to content

Commit

Permalink
Remove unavailable builder from js/kotlinx-coroutines-core-js/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhikhlov authored and elizarov committed Apr 11, 2018
1 parent 8e38418 commit 379f210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To avoid field overloading by type during obfuscation, add this to your config:

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

The `develop` branch is pushed to `master` during release.
Expand Down
2 changes: 0 additions & 2 deletions js/kotlinx-coroutines-core-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Coroutine builder functions:
| ------------- | ------------- | ---------------- | ---------------
| [launch] | [Job] | [CoroutineScope] | Launches coroutine that does not have any result
| [async] | [Deferred] | [CoroutineScope] | Returns a single value with the future result
| [runBlocking] | `T` | [CoroutineScope] | Blocks the event loop while the coroutine runs

Coroutine dispatchers implementing [CoroutineDispatcher]:

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

0 comments on commit 379f210

Please sign in to comment.