public class io.undertow.util.WorkerUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.util.WorkerUtils
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.WorkerUtils this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            return
        end local 0 // io.undertow.util.WorkerUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/WorkerUtils;

  public static org.xnio.XnioExecutor$Key executeAfter(org.xnio.XnioIoThread, java.lang.Runnable, long, java.util.concurrent.TimeUnit);
    descriptor: (Lorg/xnio/XnioIoThread;Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lorg/xnio/XnioExecutor$Key;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.xnio.XnioIoThread thread
        start local 1 // java.lang.Runnable task
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit timeUnit
         0: .line 46
            aload 0 /* thread */
            aload 1 /* task */
            lload 2 /* timeout */
            aload 4 /* timeUnit */
            invokevirtual org.xnio.XnioIoThread.executeAfter:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lorg/xnio/XnioExecutor$Key;
         1: areturn
         2: .line 47
      StackMap locals:
      StackMap stack: java.util.concurrent.RejectedExecutionException
            astore 5 /* e */
        start local 5 // java.util.concurrent.RejectedExecutionException e
         3: .line 48
            aload 0 /* thread */
            invokevirtual org.xnio.XnioIoThread.getWorker:()Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.isShutdown:()Z
            ifeq 6
         4: .line 49
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            aload 5 /* e */
            ldc "Failed to schedule task %s as worker is shutting down"
            aload 1 /* task */
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/Throwable;Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 51
            new io.undertow.util.WorkerUtils$1
            dup
            invokespecial io.undertow.util.WorkerUtils$1.<init>:()V
            areturn
         6: .line 58
      StackMap locals: java.util.concurrent.RejectedExecutionException
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 5 // java.util.concurrent.RejectedExecutionException e
        end local 4 // java.util.concurrent.TimeUnit timeUnit
        end local 2 // long timeout
        end local 1 // java.lang.Runnable task
        end local 0 // org.xnio.XnioIoThread thread
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0    thread  Lorg/xnio/XnioIoThread;
            0    7     1      task  Ljava/lang/Runnable;
            0    7     2   timeout  J
            0    7     4  timeUnit  Ljava/util/concurrent/TimeUnit;
            3    7     5         e  Ljava/util/concurrent/RejectedExecutionException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.util.concurrent.RejectedExecutionException
    MethodParameters:
          Name  Flags
      thread    
      task      
      timeout   
      timeUnit  
}
SourceFile: "WorkerUtils.java"
NestMembers:
  io.undertow.util.WorkerUtils$1
InnerClasses:
  io.undertow.util.WorkerUtils$1
  public abstract Key = org.xnio.XnioExecutor$Key of org.xnio.XnioExecutor