class org.jruby.ext.fiber.FiberQueue$1 implements org.jruby.RubyThread$Task<org.jruby.ext.fiber.FiberQueue, org.jruby.runtime.builtin.IRubyObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.fiber.FiberQueue$1
  super_class: java.lang.Object
{
  final org.jruby.ext.fiber.FiberQueue this$0;
    descriptor: Lorg/jruby/ext/fiber/FiberQueue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ext.fiber.FiberQueue);
    descriptor: (Lorg/jruby/ext/fiber/FiberQueue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.fiber.FiberQueue$1 this
         0: .line 52
            aload 0 /* this */
            aload 1
            putfield org.jruby.ext.fiber.FiberQueue$1.this$0:Lorg/jruby/ext/fiber/FiberQueue;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.fiber.FiberQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/fiber/FiberQueue$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.jruby.runtime.builtin.IRubyObject run(org.jruby.runtime.ThreadContext, org.jruby.ext.fiber.FiberQueue);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/fiber/FiberQueue;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ext.fiber.FiberQueue$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.fiber.FiberQueue queue
         0: .line 55
            aload 2 /* queue */
            invokevirtual org.jruby.ext.fiber.FiberQueue.getQueueSafe:()Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.take:()Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            areturn
        end local 2 // org.jruby.ext.fiber.FiberQueue queue
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.fiber.FiberQueue$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/fiber/FiberQueue$1;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    queue  Lorg/jruby/ext/fiber/FiberQueue;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
         Name  Flags
      context  
      queue    

  public void wakeup(org.jruby.RubyThread, org.jruby.ext.fiber.FiberQueue);
    descriptor: (Lorg/jruby/RubyThread;Lorg/jruby/ext/fiber/FiberQueue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ext.fiber.FiberQueue$1 this
        start local 1 // org.jruby.RubyThread thread
        start local 2 // org.jruby.ext.fiber.FiberQueue data
         0: .line 60
            aload 1 /* thread */
            invokevirtual org.jruby.RubyThread.getNativeThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         1: .line 61
            return
        end local 2 // org.jruby.ext.fiber.FiberQueue data
        end local 1 // org.jruby.RubyThread thread
        end local 0 // org.jruby.ext.fiber.FiberQueue$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/fiber/FiberQueue$1;
            0    2     1  thread  Lorg/jruby/RubyThread;
            0    2     2    data  Lorg/jruby/ext/fiber/FiberQueue;
    MethodParameters:
        Name  Flags
      thread  
      data    

  public java.lang.Object run(org.jruby.runtime.ThreadContext, java.lang.Object);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.ext.fiber.FiberQueue
            invokevirtual org.jruby.ext.fiber.FiberQueue$1.run:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/fiber/FiberQueue;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public void wakeup(org.jruby.RubyThread, java.lang.Object);
    descriptor: (Lorg/jruby/RubyThread;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.ext.fiber.FiberQueue
            invokevirtual org.jruby.ext.fiber.FiberQueue$1.wakeup:(Lorg/jruby/RubyThread;Lorg/jruby/ext/fiber/FiberQueue;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/RubyThread$Task<Lorg/jruby/ext/fiber/FiberQueue;Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "FiberQueue.java"
EnclosingMethod: org.jruby.ext.fiber.FiberQueue
NestHost: org.jruby.ext.fiber.FiberQueue
InnerClasses:
  public abstract Task = org.jruby.RubyThread$Task of org.jruby.RubyThread
  org.jruby.ext.fiber.FiberQueue$1