From eac4f250220c6e391d21cfd30a330891d5e89011 Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 17 Jun 2025 09:58:45 +0200 Subject: [PATCH] --- edit-clock-31 | 0 create-clock-16 => edit-clock-32 | 0 ops | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 edit-clock-31 rename create-clock-16 => edit-clock-32 (100%) diff --git a/edit-clock-31 b/edit-clock-31 deleted file mode 100644 index e69de29..0000000 diff --git a/create-clock-16 b/edit-clock-32 similarity index 100% rename from create-clock-16 rename to edit-clock-32 diff --git a/ops b/ops index af81610..5e14af9 100644 --- a/ops +++ b/ops @@ -1 +1 @@ -{"author":{"id":"f586b76891632498b1f2d09587f3a3fdf4aa42bfa8402213dc3bfbaac9162697"},"ops":[{"type":1,"timestamp":1750147116,"nonce":"KZSd+l2QLDjxpaZLSr9Ipvqia8U=","title":"Async Gpodder API abstraction","message":"The current abstraction is sync only, requiring all async call sites to use a\n`spawn_blocking` call. Communication with Postgresql will happen\nasynchronously, so changing the abstraction to be async is a prerequisite for\nthis. It would also clean up the call sites.\n\nThe simplest approach here would probably be provide both a sync and async\nabstraction trait while providing a `spawn_blocking`-based wrapper around any\nsync implementation that implements the async one. This would allow us to reuse\nall code and simply write an additional wrapper.","files":null}]} \ No newline at end of file +{"author":{"id":"f586b76891632498b1f2d09587f3a3fdf4aa42bfa8402213dc3bfbaac9162697"},"ops":[{"type":5,"timestamp":1750147121,"nonce":"l6YbWC3vfcgoCIG1JAnL4CmsxZA=","added":["enhancement"],"removed":null}]} \ No newline at end of file