blocking thread with future callable

后端 未结 0 1492
面向向阳花
面向向阳花 2020-12-06 11:57

I can see logs that threads are NOT blocking while i call get method for future

try {
            Cached = future.get(3L, TimeUnit.SECONDS);
             


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