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? 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
There is a simillar method for Deferred:
Deferred
public fun <T> Deferred<T>.asCompletableFuture(): CompletableFuture<T>
Would be nice to have a replacement to migrate from CompletableDeferred<Unit>.
CompletableDeferred<Unit>
The text was updated successfully, but these errors were encountered:
CompletableJob.asCompletableFuture
054387b
Fixes #1104
36c513e
306d24e
Job.asCompletableFuture
1dfc5f9
fcfabee
qwwdfsad
No branches or pull requests
There is a simillar method for
Deferred
:Would be nice to have a replacement to migrate from
CompletableDeferred<Unit>
.The text was updated successfully, but these errors were encountered: