You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interrupts will become obsolete with #328. Timeouts are now already supported using Failsafe and no longer require a dedicated plugin/module. That leaves cancellations which are hopefully dealt with in #326. The remaining composition of futures/promises can already be done by wrapping/decorating/converting futures to promises within client code.
I'm closing this for now until new compelling reasons emerge.
Detailed Description
https://github.com/vsilaev/tascalate-concurrent
Context
riptide-timeout
obsoletePossible Implementation
CompletableFuture
withPromise
in APIsCompletableFuture
withCompletableTask
in implementationsYour Environment
The text was updated successfully, but these errors were encountered: