You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2023/04/19 17:19:22 UTC

[GitHub] [incubator-pekko] He-Pin opened a new pull request, #296: =act Use lambda instead of BiConsumer.

He-Pin opened a new pull request, #296:
URL: https://github.com/apache/incubator-pekko/pull/296

   Some Code cleans up:
   1. CompletionStage#handle instead as no returning result is required and better performance
   2. Use a lambda instead of `BiConsumer`
   3. Drop the additional executionContext in `PipeableCompletionStage`'s contractor, but can make it an AnyVal as it's in a trait.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] He-Pin closed pull request #296: =act Use lambda instead of BiConsumer.

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin closed pull request #296: =act Use lambda instead of BiConsumer.
URL: https://github.com/apache/incubator-pekko/pull/296


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org