-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove various obsolete code #4196
Remove various obsolete code #4196
Conversation
@e5l, hi! We would like to remove https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-core/jvm/src/scheduling/Deprecated.kt, and given that Ktor 3.0.0 supposedly comes out soon, it looks like this should be okay. Is it okay? Is Ktor 1.x reaching its EOL? |
Sure, it would be great if you can make the release or EAP before September |
* on construction. | ||
* | ||
* When running outside the standard dispatchers, these new fields are just dead weight. | ||
*/ | ||
internal expect abstract class SchedulerTask internal constructor() : Runnable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really appreciate how you drop off improvements and additional commentary when doing the stewardship. Thanks!
kotlinx-coroutines-core/jvm/test/MutexCancellationStressTest.kt
Outdated
Show resolved
Hide resolved
With the Ktor 3.0.0 release, we will no longer be required to support this code.
d32dfee
to
77f91e2
Compare
No description provided.