Package rife.continuations


package rife.continuations
Provides continuations functionalities natively in Java.
Since:
1.0
  • Class
    Description
    Contains the state of a call continuation.
    Interface that should be implemented by classes that support cloneable continuations.
    This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities.
    Configures the runtime behavior of the continuations engine.
    Contains all contextual data of one particular continuation.
    Manages a collection of ContinuationContext instances.
    [PRIVATE AND UNSUPPORTED] Contains the local state of a continuation.