From 35af1883cad29661d8d452fe28ff87027c6a1d21 Mon Sep 17 00:00:00 2001 From: Albert Shift Date: Fri, 5 Jun 2015 14:25:26 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2bbe5..d3edd94 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Current status: First application in production (may be more) * Simple function-style stream API * Reactive asynchronous and synchronous API * Provides Java mapping for Tables, Tuples, UDTs (User Defined Type), Collections, UDT Collections, Tuple Collections -* Provides Lazy mapping in all cases where possible +* Uses lazy mapping in all cases where possible +* Supports Guava ListenableFuture and Scala Future ### Requirements