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

+2 votes
in core.async by
closed ago 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.

closed with the note: Released in 1.10.870-alpha2

1 Answer

0 votes
by

Created ASYNC-275.

...