File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/docs/asciidoc/languages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -294,13 +294,13 @@ for a concrete example.
294
294
295
295
=== Coroutines
296
296
297
- As of Spring Framework 5.2, https://kotlinlang.org/docs/reference/coroutines-overview.html[Coroutines support]
297
+ As of Spring Framework 5.2, https://kotlinlang.org/docs/reference/coroutines-overview.html[Coroutines] support
298
298
is provided via extensions for WebFlux client and server functional API. A dedicated
299
299
{doc-root}/spring-framework/docs/{spring-version}/kdoc-api/spring-framework/org.springframework.web.reactive.function.server/-co-router-function-dsl/[`coRouter { }`]
300
300
router DSL is also available.
301
301
302
- Coroutines extensions use `await` prefix or `AndAwait` suffix, and most are using similar name than their Reactive
303
- counterparts except `exchange` in `WebClient.RequestHeadersSpec` which translates to `awaitResponse`.
302
+ Coroutines extensions use `await` prefix or `AndAwait` suffix, and most are using similar names to their Reactive
303
+ counterparts, except `exchange` in `WebClient.RequestHeadersSpec` which translates to `awaitResponse`.
304
304
305
305
[source,kotlin,indent=0]
306
306
----
@@ -323,7 +323,7 @@ class UserHandler(builder: WebClient.Builder) {
323
323
}
324
324
----
325
325
326
- Read this https://medium.com/@elizarov/structured-concurrency-722d765aa952[structured concurrency blog post ]
326
+ Read this blog post about https://medium.com/@elizarov/structured-concurrency-722d765aa952[structured concurrency]
327
327
to understand how to run code concurrently with Coroutines.
328
328
329
329
=== Kotlin Script Templates
You can’t perform that action at this time.
0 commit comments