Class CompositeParallelAction<A extends ThreadableAction>

    • Constructor Detail

      • CompositeParallelAction

        @SafeVarargs
        public CompositeParallelAction​(int threads,
                                       String threadGroupName,
                                       A... actions)
    • Method Detail

      • execute

        public void execute()