---
id: WC-CONCUR-011
name: 使用CountDownLatch进行异步转同步
severity: warning  # error=阻断, warning=警告
source: J000024
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-concurrency
description: |
  使用CountDownLatch进行异步转同步

  对应浩鲸规范 J000024。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "PMD:CountDownLatchUsage"
