Package | Description |
---|---|
org.jetlang.core | |
org.jetlang.fibers |
Modifier and Type | Class and Description |
---|---|
class |
RunnableExecutorImpl
Default implementation that queues and executes events.
|
class |
SynchronousDisposingExecutor
A synchronous execute typically used for testing.
|
Constructor and Description |
---|
ThreadFiber(RunnableExecutor queue,
String threadName,
boolean isDaemonThread) |
ThreadFiber(RunnableExecutor queue,
String threadName,
boolean isDaemonThread,
Scheduler scheduler)
Create thread backed fiber
|
Copyright © 2017. All Rights Reserved.