Why this flux isn't executed in multiple threads?

前端 未结 0 1468
广开言路
广开言路 2020-12-15 23:31

I have the following example:

Flux.just(1,2,3,4,5,6,7,8)
                .flatMap(integer -> {
                    System.out.println("val:" + in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题