| Package | Description |
|---|---|
| org.jruby.ext.fiber |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.BlockingQueue<ThreadFiber.FiberRequest> |
FiberQueue.queue |
| Modifier and Type | Method and Description |
|---|---|
ThreadFiber.FiberRequest |
FiberQueue.pop(ThreadContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<ThreadFiber.FiberRequest> |
FiberQueue.getQueueSafe() |
| Modifier and Type | Method and Description |
|---|---|
void |
FiberQueue.push(ThreadContext context,
ThreadFiber.FiberRequest arg) |
Copyright © 2001-2023 JRuby. All Rights Reserved.