Reschedule the reminders when adding a new one

The thread handling the reminders is unparked and reschedules the
execution of sending out reminders.
This commit is contained in:
finga 2023-02-02 08:35:11 +01:00
parent 7ded3ef430
commit a4a1234f06
4 changed files with 61 additions and 32 deletions

View file

@ -4,4 +4,5 @@ rustflags = [
"-Dclippy::pedantic",
"-Dclippy::nursery",
"-Dclippy::cargo",
"-Aclippy::multiple-crate-versions",
]