Switch to using the async background processor
authorMatt Corallo <git@bluematt.me>
Mon, 24 Apr 2023 03:21:42 +0000 (03:21 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 25 Apr 2023 06:25:42 +0000 (06:25 +0000)
This drops a full thread from the sample node and better integrates
LDK into the tokio runtime. While we're at it we also push the
`Event` being processed by move into the event handler, which
doesn't matter much here but makes further modification in the
event handling somewhat simpler.


No differences found