Home
last modified time | relevance | path

Searched refs:destroyerFactory (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSharedResourceHolder.java58 private final ScheduledExecutorFactory destroyerFactory; field in SharedResourceHolder
63 SharedResourceHolder(ScheduledExecutorFactory destroyerFactory) { in SharedResourceHolder() argument
64 this.destroyerFactory = destroyerFactory; in SharedResourceHolder()
137 destroyer = destroyerFactory.createScheduledExecutor(); in releaseInternal()