Class ReactiveWorker<T>

java.lang.Object
com.machinezoo.hookless.ReactiveWorker<T>
Type Parameters:
T - type of cached result
All Implemented Interfaces:
Supplier<T>

@StubDocs public class ReactiveWorker<T> extends Object implements Supplier<T>
Single-value asynchronous cache for results of reactive computations.