chore(jobsystem): import Jobsys

This commit is contained in:
Sarah Vaupel 2023-10-30 01:32:59 +00:00
parent d6f936b270
commit cbd134b330

View File

@ -7,7 +7,7 @@ module JobSystem
) where
-- TODO: add gitlab.uniworx.de/barth/jobsys as dependency to be able to import JobSchedulerWorld and its function
-- import Jobsys.JobSystem
import Jobsys.JobSystem
-- TODO: define JobSchedulerWorld instance for managing job workers, scheduler, and communation in-between
-- instance JobSchedulerWorld world where