-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider Wrapping CompletionStages in a ManagedBlocker #286
Comments
Indeed, we could simply add the method to Also, the |
... for the record, unlike in jOOQ where all asynchronous |
Do you think it would be worthwhile to have an implementation of a Async.supplyAsync(() -> {...}, executor, ManagedBlockers.blocking()); |
Hmm, what would that |
... having said so, I'm not sure if I find that "blocking" concept strong enough to justify the additional argument to the method |
Copying from #283 (comment)
This can potentially be handled in
Async
.The text was updated successfully, but these errors were encountered: