lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Askrene parallel solving support

Open rustyrussell opened this issue 1 month ago • 0 comments

This is actually fairly simple: we fork() at the point we're going to call the solver, and the child runs until it either produces an error message or a JSON result.

The main changes are in refactoring to make it clear which parts of the code run in the child, and which run in the parent.

rustyrussell avatar Nov 25 '25 01:11 rustyrussell