Skip to content

Stop using experimental coroutines APIs#8867

Merged
swankjesse merged 1 commit into
masterfrom
jwilson.0618.ExperimentalCoroutinesApi
Jun 19, 2025
Merged

Stop using experimental coroutines APIs#8867
swankjesse merged 1 commit into
masterfrom
jwilson.0618.ExperimentalCoroutinesApi

Conversation

@swankjesse

Copy link
Copy Markdown
Collaborator

They're stable now.

continuation.resume(response) {
response.closeQuietly()
continuation.resume(response) { _, value, _ ->
value.closeQuietly()

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@swankjesse
swankjesse merged commit 5702779 into master Jun 19, 2025
22 checks passed
@swankjesse
swankjesse deleted the jwilson.0618.ExperimentalCoroutinesApi branch June 19, 2025 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants