Introduction to SquidASM
What is the main difference in application writing style between SquidASM and QNE-ADK?
In order to integrate events in the application with the event engine, the SquidASM programs need to be python generators. This requires the usage “yield from” statements in certain methods.