main.cpp
1.74 KB
-
Add scheduler_active flag and PLS_SERIAL_ELUSION compile option. · 08283a37
The flag can be used to run code annotated with PLS outside of a scheduler environment, i.e. the app does not crash if the code is called without context. The compile option allows to omit all spawn and sync calls during compilation, creating the equivalent serial code.
FritzFlorian committed