15 lines
453 B
Haskell
15 lines
453 B
Haskell
-- SPDX-FileCopyrightText: 2023 Sarah Vaupel <sarah.vaupel@uniworx.de>
|
|
--
|
|
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
module JobSystem
|
|
(
|
|
) where
|
|
|
|
-- TODO: add gitlab.uniworx.de/barth/jobsys as dependency to be able to import JobSchedulerWorld and its function
|
|
-- import Jobsys.JobSystem
|
|
|
|
-- TODO: define JobSchedulerWorld instance for managing job workers, scheduler, and communation in-between
|
|
-- instance JobSchedulerWorld world where
|
|
-- ...
|