We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
目前测对Runnable可以支持,head不会丢。对需要获取返回值的情况,请问怎么处理,或者换种写法?目前使用CompletableFuture.supplyAsync(new Supplier<>())
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题,Supplier在业务中用的还挺多,希望后续支持这种场景
Sorry, something went wrong.
Merge pull request #9 from ZhangLin16/zhanglin
0c120d2
#8
Fix by #9
No branches or pull requests
目前测对Runnable可以支持,head不会丢。对需要获取返回值的情况,请问怎么处理,或者换种写法?目前使用CompletableFuture.supplyAsync(new Supplier<>())
The text was updated successfully, but these errors were encountered: