daml/language-support
Stefano Baghino 98c9461b72
Remove usages of Flowable.fromFuture and Single.fromFuture (#12425)
Fixes #12913

The resulting `Flowable`/`Single` is going to be blocking.

Since the `Future` is ultimately a `ListenableFuture`, we take advantage of the
possibility of adding a callback to it and we dispacth it to the execution
sequencer that is used to process response streams.

changelog_begin
[Java bindings] The Single resulting from calling several of the services
exposed by the bindings are no longer blocking. For further details, see
https://github.com/digital-asset/daml/issues/12193.
changelog_end
2022-01-17 17:21:28 +01:00
..
codegen-common update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
codegen-main update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
hs/bindings update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
java Remove usages of Flowable.fromFuture and Single.fromFuture (#12425) 2022-01-17 17:21:28 +01:00
scala update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
ts Bump shelljs from 0.8.4 to 0.8.5 in /language-support/ts/packages (#12426) 2022-01-17 08:59:07 +00:00