bugs/b8f14a4fc3307e7faeb18d44fd9019633a73c83d07e9f59b285ea726295173bc
commit
87d0eab1da
|
@ -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}]}
|
Loading…
Reference in New Issue