class io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor extends java.lang.Object implements java.util.concurrent.Executor
{
final io.smallrye.context.SmallRyeManagedExecutor this$0;
private void <init>(io.smallrye.context.SmallRyeManagedExecutor)
{
io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor v;
io.smallrye.context.SmallRyeManagedExecutor v;
v := @this: io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor;
v := @parameter: io.smallrye.context.SmallRyeManagedExecutor;
v.<io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor: io.smallrye.context.SmallRyeManagedExecutor this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void execute(java.lang.Runnable)
{
io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor v;
java.lang.Runnable v;
io.smallrye.context.SmallRyeManagedExecutor v;
v := @this: io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor;
v := @parameter: java.lang.Runnable;
v = v.<io.smallrye.context.SmallRyeManagedExecutor$NoPropagationExecutor: io.smallrye.context.SmallRyeManagedExecutor this$0>;
specialinvoke v.<io.smallrye.context.SmallRyeManagedExecutor: void executeWithoutPropagation(java.lang.Runnable)>(v);
return;
}
}