Skip to content

Conversation

@dkhalanskyjb
Copy link
Collaborator

  • No one is using runSingleTaskFromCurrentSystemDispatcher: Internal API to retreive a single CPU-bound task from Dispatchers.Default #3439 (comment),
  • The Ktor usage of processNextEventInCurrentThread got removed in 2024.
  • synchronizedImpl is mentioned in other repositories, but people use their own copies. synchronized, on the other hand, is actually used.
  • Continuation<T>.resumeCancellableWith doesn't seem to be used anywhere, but it was public, and there may have been realistic accidental usages, so it goes through a deprecation cycle.

* No one is using `runSingleTaskFromCurrentSystemDispatcher`:
<#3439 (comment)>,
* The Ktor usage of `processNextEventInCurrentThread`
  got removed in 2024.
* `synchronizedImpl` is mentioned in other repositories,
  but people use their own copies.
  `synchronized`, on the other hand, is actually used.
* `Continuation<T>.resumeCancellableWith`
  doesn't seem to be used, but it was public, and there may have
  been accidental usages, so it goes through a deprecation cycle.
@dkhalanskyjb dkhalanskyjb requested a review from qwwdfsad October 17, 2025 10:10
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