Add a background processing function that is async.
[rust-lightning] / lightning / src / util / wakers.rs
2022-09-06 Matt CoralloAdd a background processing function that is async. 2022-08-async-man-update
2022-09-06 Matt CoralloAdd a `Future` which can receive manager persistence...
2022-09-06 Matt CoralloRemove internal references to `persistence` in waker.rs
2022-08-12 Matt CoralloRename `PersistenceNotifier` to simply `Notifier`
2022-08-09 Matt CoralloMove PersistenceNotifier to a new util module