| Package | Description |
|---|---|
| bayou.async |
Async programming model.
|
| Modifier and Type | Method and Description |
|---|---|
static Fiber<?> |
Fiber.current()
Return the current fiber, or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Fiber<?>> |
Fiber.getAll()
Get all fibers that are not completed.
|