Skip to content

Remove some constant parameters and simplify the implementation #4183

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 2 commits into from
Jul 29, 2024

Conversation

dkhalanskyjb
Copy link
Collaborator

No description provided.

Copy link
Member

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

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

Good riddance, thanks!

@@ -22,10 +22,9 @@ public fun <T> (suspend () -> T).startCoroutineCancellable(completion: Continuat
*/
internal fun <R, T> (suspend (R) -> T).startCoroutineCancellable(
receiver: R, completion: Continuation<T>,
onCancellation: ((cause: Throwable) -> Unit)? = null
) =
Copy link
Member

Choose a reason for hiding this comment

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

Please consider autoformatting this block

@dkhalanskyjb dkhalanskyjb merged commit ab279a7 into develop Jul 29, 2024
@dkhalanskyjb dkhalanskyjb deleted the dk-simplify-DispatchedContinuation branch July 29, 2024 08:38
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.

3 participants