Class ManagedChannelImpl.ExecutorHolder
java.lang.Object
io.grpc.internal.ManagedChannelImpl.ExecutorHolder
- All Implemented Interfaces:
Executor
- Enclosing class:
ManagedChannelImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pool
-
executor
-
-
Constructor Details
-
ExecutorHolder
ExecutorHolder(ObjectPool<? extends Executor> executorPool)
-
-
Method Details
-
getExecutor
Executor getExecutor() -
release
void release() -
execute
-