You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/11/04 08:29:59 UTC

[GitHub] [skywalking] sxzaihua opened a new issue #3776: add SupplierWrapper to support java 1.8+ CompletableFuture.supplyAsync

sxzaihua opened a new issue #3776: add SupplierWrapper to support java 1.8+ CompletableFuture.supplyAsync
URL: https://github.com/apache/skywalking/issues/3776
 
 
   I want use async traceid like this:
   CompletableFuture.supplyAsync(SupplierWrapper.of(()->getString1("a"))).thenAccept(System.out::println);
   
   But now skywalking only supports callable(CallableWrapper), not supports supplier

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services