bugs/b8f14a4fc3307e7faeb18d44fd9019633a73c83d07e9f59b285ea726295173bc
2025-06-17 09:58:36 +02:00
commit 87d0eab1da
4 changed files with 1 additions and 0 deletions

0
create-clock-16 100644
View File

0
edit-clock-31 100644
View File

1
ops 100644
View File

@ -0,0 +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}]}

0
version-4 100644
View File