Interface Work<T>

All Known Implementing Classes:
CompletedWork, TransformWork

public interface Work<T>
The interface is used when a function call needs to yield/pause during the process. Users need to call process() until it returns True before getting the result.