daml/libs-scala/resources
mergify[bot] e785bb7402
Sandbox: Re-use actor systems between the StandaloneApiServer and StandaloneIndexerServer. (#4827)
* sandbox: Re-use the root actor system in the StandaloneIndexerServer.

* kvutils/app: Don't use the ActorSystem execution context randomly.

Instead, make `Runner` a proper ResourceOwner, with an `acquire` method.

* sandbox: Re-use the root actor system in the StandaloneApiServer.

CHANGELOG_BEGIN
CHANGELOG_END

* resources: Remove the now-unused `ResourceOwner.sequence` functions.

They weren't well-thought-out anyway; they acquire resources
sequentially, rather than in parallel.
2020-03-05 14:50:18 +00:00
..
src Sandbox: Re-use actor systems between the StandaloneApiServer and StandaloneIndexerServer. (#4827) 2020-03-05 14:50:18 +00:00
BUILD.bazel resources: Pull out the shutdown hook logic into ProgramResource. (#4356) 2020-02-04 09:32:35 +00:00