Skip to content

Coroutines and channels tutorial: updated API deprecations for version 1.6 #3541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Coroutines and channels tutorial: updated API deprecations for version 1.6 #3541

merged 1 commit into from
Dec 5, 2022

Conversation

forketyfork
Copy link
Contributor

Updated the "Coroutines and channels" tutorial according to the API changes in 1.6:

  • runBlockingTest replaced with runTest
  • TestCoroutineScope -> TestScope
  • TestCoroutineDispatcher -> TestDispatcher

Related PR in the hands-on lab repo: kotlin-hands-on/intro-coroutines#32

* runBlockingTest replaced with runTest
* TestCoroutineScope -> TestScope
* TestCoroutineDispatcher -> TestDispatcher
@danil-pavlov danil-pavlov requested a review from svtk December 2, 2022 12:58
Copy link
Contributor

@danil-pavlov danil-pavlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! thank you for helping us keep the docs up-to-date

@danil-pavlov danil-pavlov merged commit 3788889 into Kotlin:master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants