Files
chatmail-core/src
Floris Bruynooghe 616eabc613 feat: Make the IoPausedGuard a simple sender (#4184)
This replaces the mechanism by which the IoPauseGuard makes sure the
IO scheduler is resumed: it really is a drop guard now by sending a
single message on drop.

This makes it not have to hold on to anything like the context so
makes it a lot easier to use.

The trade-off is that a long-running task is spawned when the guard is
created, this task needs to receive the message from the drop guard in
order for the scheduler to resume.
2023-03-22 17:42:21 +01:00
..
2023-02-24 13:23:17 +00:00
2023-03-18 21:26:39 +00:00
2023-02-15 21:56:33 +00:00
2023-03-17 15:35:08 +01:00
2023-03-02 21:48:14 +01:00
2023-01-30 11:50:11 +03:00
2023-01-30 11:50:11 +03:00
2023-01-30 11:50:11 +03:00
2023-02-22 16:03:20 +01:00
2023-01-30 11:50:11 +03:00
2023-02-15 21:56:33 +00:00
2023-03-12 14:51:44 +00:00
2023-02-15 21:56:33 +00:00
2023-03-03 18:40:36 +00:00
2023-03-21 11:49:14 +01:00
2022-07-05 14:20:01 +02:00
2023-02-14 21:33:02 +00:00