GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/68

    Convert DecryptResponseRunnable to a Callable.

      - Allows task to return a value and throw checked exceptions.
      - Further tidy-up in decrypt response.
    
    Passing results between threads via an unsynchronized variable is prone to 
error, so converted to use Callable and Futures which allows returning the 
results directly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellison/incubator-pirk callable

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-pirk/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #68
    
----
commit 7492cb337b5750ae388591e03a27f59a4bbaa28f
Author: Tim Ellison <t.p.elli...@gmail.com>
Date:   2016-08-18T14:16:30Z

    Convert DecryptResponseRunnable to a Callable.
    
      - Allows task to return a value and throw checked exceptions.
      - Further tidy-up in decrypt response.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to