Correct async `lightning-background-processor` exit check docs 2022-11-fix-bp-exit-docs
authorMatt Corallo <git@bluematt.me>
Wed, 9 Nov 2022 17:35:26 +0000 (17:35 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 9 Nov 2022 18:39:51 +0000 (18:39 +0000)
commit71739dbe0495b3aed4ce907fea88c122df9ac6a1
tree491ff78ed2da9e3ed16ec6a1bcbfa08337ecb9b6
parent3b2f694c290389bcc8cbe81a4cadbddd6175c0a5
Correct async `lightning-background-processor` exit check docs

The check to stop the background processor is true -> break, not
false -> break. This simply updates the docs and leaves the code
as-is.
lightning-background-processor/src/lib.rs