objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

Drain sqlite pool after using

futurGH 2d3aafab acb3a271

+1
+1
pegasus/lib/util.ml
··· 223 223 : 'a Lwt.t = 224 224 match%lwt Caqti_lwt_unix.Pool.use f pool with 225 225 | Ok res -> 226 + let%lwt () = Caqti_lwt_unix.Pool.drain pool in 226 227 Lwt.return res 227 228 | Error e -> 228 229 raise (Caqti_error.Exn e)