From d202c777d23d764b521b7c858d9bc7d56c5aca3f Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Thu, 18 Mar 2021 16:34:29 +0100 Subject: [PATCH] small annotation for later --- app/Config.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Config.hs b/app/Config.hs index fcae9e3..34148f9 100644 --- a/app/Config.hs +++ b/app/Config.hs @@ -40,6 +40,8 @@ withConfigs f codec configFile = do (mapM f) parseResult +-- Note for later: +-- TODO this may need logging if f dies with an exception forkBackend :: IO () -> IO (MVar ()) forkBackend f = do mVar <- newEmptyMVar