sbt/main
Adrien Piquerez 6bcda6684a Use BackgroundJobService context instead of MainLoop context
A new context is created and closed for each state of the MainLoop.
But the context of the backgroundJob must stay alive.
So we use a context that is owned by the BackgroundJobService.
It creates a new logger for each background job and cleans it when
the job stops.
2022-08-04 16:48:13 +02:00
..
src Use BackgroundJobService context instead of MainLoop context 2022-08-04 16:48:13 +02:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00