Is there any generic way to handle vertx thread blocking issues

前端 未结 0 1893
甜味超标
甜味超标 2021-02-14 04:25

We are using the following code

vertx.executeBlocking( future -> {
    // do something that might take long time for some situation
    future.complete();
}, 
         


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