JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package org.apache.dubbo.common.threadpool.serial
package
org.apache.dubbo.common.threadpool.serial
Related Packages
Package
Description
org.apache.dubbo.common.threadpool
org.apache.dubbo.common.threadpool.concurrent
org.apache.dubbo.common.threadpool.event
org.apache.dubbo.common.threadpool.manager
org.apache.dubbo.common.threadpool.support
Classes
Class
Description
SerializingExecutor
Executor ensuring that all
Runnable
tasks submitted are executed in order using the provided
Executor
, and serially such that no two will ever be running at the same time.