-- SPDX-FileCopyrightText: 2023 Sarah Vaupel -- -- 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 -- ...