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> =
3939Note, that this module should be used only for integration with existing Java APIs based on ` CompletableFuture ` .
4040Writing pure-Kotlin code that uses ` CompletableFuture ` is highly not recommended, since the resulting APIs based
4141on 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 )
4343for details on general problems pertaining to any future-based API and keep in mind that ` CompletableFuture ` exposes
4444a _ blocking_ method
4545[ 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