Searched refs:constructionCount (Results 1 – 1 of 1) sorted by relevance
60 private final AtomicInteger constructionCount; field in SubcomponentsWithBoundExecutor.ExecutorModule63 ExecutorModule(AtomicInteger constructionCount, AtomicInteger executionCount) { in ExecutorModule() argument64 this.constructionCount = constructionCount; in ExecutorModule()71 constructionCount.incrementAndGet(); in executor()