Macro for defining type of schedule #145
Labels
A - Scheduling
Area: Parallel scheduling of systems.
C - Enhancement
Category: New feature or request.
F - rayon
Feature: Parallel processing through the rayon library.
P - Low
Priority: Not particularly urgent.
V - Minor Breaking Change
Versioning: Requires a minor bump according to semver.
In many cases, it is helpful to store the type of a schedule. Since schedules are created with macros to hide the nesting, the same can be done for the type of a schedule.
Consider introducing a
Schedule!
macro to do this. Note the capitalization, which is in line with #141.The text was updated successfully, but these errors were encountered: