1. 04 8月, 2021 2 次提交
    • Z
      [ISSUE #3006]Replace ScheduledExecutorService instead of Timer to avoid... · 3a2b1726
      zhenhe 提交于
      [ISSUE #3006]Replace ScheduledExecutorService instead of Timer to avoid affecting other tasks during exception (#3001)
      
      * 采用ScheduledExecutorService替代Timer,避免异常捕获时影响其他任务
      
      多线程并行处理定时任务时,Timer运行多个TimeTask时,只要其中之一没有捕获抛出的异常,其它任务便会自动终止运行,使用ScheduledExecutorService则没有这个问题。
      
      * optimize imports
      
      * Add @Override annotation
      
      * Revert "Add @Override annotation"
      
      This reverts commit 3ddccd88022db33361a2af08b36b0c8f5d963f48.
      Co-authored-by: Nwuzh <wuzh@bosera.com>
      3a2b1726
    • H
      Merge pull request #3033 from zyh-future/zyh_asuncproducer_doc_fix · 0fdc73d4
      Heng Du 提交于
      Looking at the Chinese document, I found that the subtraction operati…
      0fdc73d4
  2. 01 8月, 2021 5 次提交
  3. 31 7月, 2021 5 次提交
  4. 30 7月, 2021 6 次提交
  5. 29 7月, 2021 1 次提交
  6. 28 7月, 2021 3 次提交
  7. 27 7月, 2021 4 次提交
  8. 26 7月, 2021 1 次提交
  9. 25 7月, 2021 1 次提交
  10. 23 7月, 2021 2 次提交
  11. 22 7月, 2021 1 次提交
  12. 21 7月, 2021 3 次提交
  13. 20 7月, 2021 3 次提交
  14. 19 7月, 2021 3 次提交