mirror of
https://github.com/square/okhttp.git
synced 2025-07-29 17:41:17 +03:00
Add explicit argument name in use lambda function in README.md (#8097)
This commit is contained in:
committed by
GitHub
parent
484c40f34e
commit
30780c879b
@ -6,7 +6,7 @@ Support for Kotlin clients using coroutines.
|
||||
```kotlin
|
||||
val call = client.newCall(request)
|
||||
|
||||
call.executeAsync().use {
|
||||
call.executeAsync().use { response ->
|
||||
withContext(Dispatchers.IO) {
|
||||
println(response.body?.string())
|
||||
}
|
||||
|
Reference in New Issue
Block a user