Package | Description |
---|---|
org.jetlang.core | |
org.jetlang.fibers |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerImpl
Default implementation for scheduling events for execution on fibers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Fiber
Fibers provide event queueing, scheduling, and full pub/sub capabilities when combined with a
Channel . |
interface |
NioFiber |
Modifier and Type | Class and Description |
---|---|
class |
FiberStub
Provides a deterministic fiber implementation for testing.
|
class |
NioFiberImpl |
class |
ThreadFiber
Fiber implementation backed by a dedicated thread for execution.
|
Constructor and Description |
---|
ThreadFiber(RunnableExecutor queue,
String threadName,
boolean isDaemonThread,
Scheduler scheduler)
Create thread backed fiber
|
Copyright © 2017. All Rights Reserved.