Syntax of passing lambda
- by Astara
Right now, I'm working on refactoring a program that calls its parts
by polling to a more event-driven structure.
I've created sched and task classes with the sced to become a base
class of the current main loop. The tasks will be created for each
meter so they can be called off of that instead of polling.
Each of the events main calls are a…