Replies: 1 comment 6 replies
-
Hi @cer, GenericContainer<?> container1 = ...;
GenericContainer<?> container2 = ...;
Startables.deepStart(container1, container2).join(); |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to speed up my tests by starting (i.e.
container.start()
) multiple containers concurrently.Is this supported?
I couldn't find a discussion of thread-safety in the docs.
Beta Was this translation helpful? Give feedback.
All reactions