Program Listing for File README.md

Return to documentation for file (include/dish2/services/README.md)

Actions that are performed on each cell.
This is where the bulk of the simulation logic resides.
Specifically, at each update, each cell iterates through all registered services and, based on the result of their static `ShouldRun` method, runs them.
For a jump start on writing and hooking up a custom service, use a [project search on an existing service](https://github.com/mmore500/dishtiny/search?q=CpuExecutionService) to see where its defined and plugged in to the rest of the source.