-
Notifications
You must be signed in to change notification settings - Fork 24
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
integrate Guava ListenableFuture
#195
Labels
✨ feature
New feature
Comments
oldratlee
changed the title
integrate the nice methods of
integrate Jul 8, 2024
Guava ListenableFuture
Guava ListenableFuture
oldratlee
pushed a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 17, 2024
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 18, 2024
oldratlee
added a commit
that referenced
this issue
Jul 18, 2024
oldratlee
added a commit
that referenced
this issue
Jul 18, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 18, 2024
oldratlee
added a commit
that referenced
this issue
Jul 19, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 19, 2024
oldratlee
added a commit
that referenced
this issue
Jul 20, 2024
…dd `ListenableFutureExtensions.kt` (#195)
oldratlee
added a commit
that referenced
this issue
Jul 20, 2024
oldratlee
added a commit
that referenced
this issue
Jul 20, 2024
…apter to inner `ListenableFuture` 🛑 (#195)
oldratlee
added a commit
that referenced
this issue
Jul 20, 2024
…Utils.toCompletableFuture(ListenableFuture)` (#195) consistent with `Guava ListenableFuture` style/best-practice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide conversion methods between
Guava ListenableFuture
andCompletableFuture/Cffu
.Note
Integration implementation should pay attention to cancellation and propagation between the two futures.
The text was updated successfully, but these errors were encountered: