- All Known Implementing Classes:
- ResumableBlock, ResumableTask
public interface Resumable
Represents an object that can wait on a Data-Driven Control (DDC).
The DDC invokes the @see Resumable#resume() method when the suspending
condition is satified. For example, in the case of futures the suspending
condition is satisfied when a result is available for the future.
- Author:
- Shams Imam (shams@rice.edu)