File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
integration/kotlinx-coroutines-jdk8 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fun combineImagesAsync(name1: String, name2: String): CompletableFuture<Image> =
39
39
Note, that this module should be used only for integration with existing Java APIs based on ` CompletableFuture ` .
40
40
Writing pure-Kotlin code that uses ` CompletableFuture ` is highly not recommended, since the resulting APIs based
41
41
on the futures are quite error-prone. See the discussion on
42
- [ Asynchronous Programming Styles] ( https://github.com/Kotlin/kotlin-coroutines /blob/master/kotlin- coroutines-informal .md#asynchronous-programming-styles )
42
+ [ Asynchronous Programming Styles] ( https://github.com/Kotlin/KEEP /blob/master/proposals/ coroutines.md#asynchronous-programming-styles )
43
43
for details on general problems pertaining to any future-based API and keep in mind that ` CompletableFuture ` exposes
44
44
a _ blocking_ method
45
45
[ get] ( https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html#get-- )
You can’t perform that action at this time.
0 commit comments