com.uwyn.rife.continuations.basic |
Basic implementation of a continuation runner with associated classes.
|
Java Source File Name | Type | Comment |
BasicContinuableClassLoader.java | Class | Classloader implementation that will transform bytecode for classes that
should receive the continuations functionalities.
Note that this is a basic classloader implementation. |
BasicContinuableRunner.java | Class | Basic implementation of a 'continuable runner' that will execute the
continuable objects and correctly handle the continuations-related
exceptions that are triggered. |
CallTargetRetriever.java | Interface | Retrieves the target continuable for a call continuation. |
ClassCallTargetRetriever.java | Class | Retrieves the continuable for a call continuation where the call target is a
class. |