markkorput / pycfgr

cfgr is a text-based VPL that separates data from logic
MIT License
1 stars 1 forks source link

Interval component #5

Closed markkorput closed 4 years ago

markkorput commented 5 years ago

non-threaded example:

{
   "App": {"start": "#startinterval", "ms":500, "update":"#updateinterval", "stop":#stopapp"},
   "App.Interval": {"start": "#startinterval", "update": "#updateinterval", "action": "#interval_action"},
}
markkorput commented 4 years ago

Closes by 55168cc