With the new Router trait running in forward-pending-HTLCs, we should consider allowing it to be async. Its not a huge deal since forwarding can basically be arbitrarily long we don't care too much, but Rust users generally expect things to be async and it'd be nice if we could parallelize routing by making it asyn and letting users parallelize if they want to.
With the new
Routertrait running in forward-pending-HTLCs, we should consider allowing it to be async. Its not a huge deal since forwarding can basically be arbitrarily long we don't care too much, but Rust users generally expect things to be async and it'd be nice if we could parallelize routing by making it asyn and letting users parallelize if they want to.