Welcome! Please see the About page for a little more info on how this works.

+1 vote
ago in core.async by

Previously flow's futurize would rethrow any exceptions thrown by the function when deref'ed. With the recent changes to return a CompletableFuture it no longer does that and instead if the function throws deref'ing will just hang forever.

1 Answer

0 votes
ago by

Created ASYNC-275.

...