Fork me on GitHub
#clojure-dev
<
2021-12-27
>
Ben Sless09:12:53

Are there any plans to unify future, deref and Completable Future in the future?

slipset14:12:50

There are just too many possible puns in this question.

😄 2
Ben Sless16:12:26

The clojure community is known for its highly advanced sense of humor

ghadi13:12:03

How so? CompletableFutures are dereffable

Ben Sless16:12:20

Huh, I completely missed that. That's half of it then, the other half would be futures implementing or extending completion stage, then they can be passed to other parts of the JVM which expect completion stage. Not sure how viable it is, looking at the implementation. But that and implementing the functional interfaces would make for a more ergonomic experience