facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Allow handler methods to declare a return type of ListenableFuture #117

Closed andrewcox closed 11 years ago

andrewcox commented 11 years ago

This combined with a prerequisite change to nifty (https://github.com/facebook/nifty/pull/80) allows for writing asynchronous handler methods that return a future.

andrewcox commented 11 years ago

merged & pushed this last week