public class org.apache.dubbo.event.ParallelEventDispatcher extends org.apache.dubbo.event.AbstractEventDispatcher
{
public static final java.lang.String NAME;
public void <init>()
{
org.apache.dubbo.event.ParallelEventDispatcher v;
java.util.concurrent.ForkJoinPool v;
v := @this: org.apache.dubbo.event.ParallelEventDispatcher;
v = staticinvoke <java.util.concurrent.ForkJoinPool: java.util.concurrent.ForkJoinPool commonPool()>();
specialinvoke v.<org.apache.dubbo.event.AbstractEventDispatcher: void <init>(java.util.concurrent.Executor)>(v);
return;
}
}