You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/24 01:40:23 UTC

[GitHub] merlimat opened a new pull request #1290: Added executeOrdered to complement submitOrdered

merlimat opened a new pull request #1290: Added executeOrdered to complement submitOrdered
URL: https://github.com/apache/bookkeeper/pull/1290
 
 
   In many cases, we are not interested in the `ListenableFuture` returned by `submitOrdered()` call. In these cases we can avoid creating the future object which will be ignored by calling the `execute()` instead of `submit()` on the underlying executor.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services