8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
如题:
系统关闭期间ShutdownHook 触发watchService.close(),但工作线程在阻塞等待 watchService,导致抛出ClosedWatchServiceException
建议catch ClosedWatchServiceException 异常信息并吞掉