This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/src/JobSystem.hs

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
-- ...