databrary-1: Databrary

Safe HaskellNone
LanguageHaskell2010

Service.Init

Synopsis

Documentation

withService Source #

Arguments

:: Bool

Run in foreground?

-> Config

Config for the Service

-> (Service -> IO a)

Action to run

-> IO a

Result of action

Bracket an action that uses a Service, governed by a Config.