Interface | Description |
---|---|
Fiber |
The
Fiber interface is similar to the core Java language
Thread class. |
InitializableFiber |
This class is used to extend the
Fiber interface so that is
has a concept of a life cycle. |
PausableFiber |
This interface defines an extension to the core
Fiber interface
and adds the methods for pausing and resuming an executable context. |
Copyright © 2021. All rights reserved.