delight.async.AsyncFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-async Show documentation
Show all versions of delight-async Show documentation
Asynchronous utilities for Java and GWT applications. Includes a simple promise implementation for Java.
package delight.async;
import delight.async.callbacks.ValueCallback;
import delight.functional.Closure2;
/**
* A base template for an asynchronous function.
*
* @author Max Rohde
*
* @param
* @param