提交 ad11ea46 编写于 作者: N Narendra Pathai

Work on #403, javadocs updated

上级 5796e196
......@@ -29,7 +29,11 @@ import java.util.function.Consumer;
import java.util.function.Function;
/**
* Implements the promise pattern.
* A Promise represents a proxy for a value not necessarily known when the promise is created. It
* allows you to associate dependent promises to an asynchronous action's eventual success value or
* failure reason. This lets asynchronous methods return values like synchronous methods: instead
* of the final value, the asynchronous method returns a promise of having a value at some point
* in the future.
*
* @param <T> type of result.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册