See the following blog post and for even more see all of Steven's posts where there are more than you are after but easy to pick the right post out from the list.
Then there is an important repository on cancellations.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello!
Is there an overview of what should be taken when and, above all, how?
I am looking for a good overview with an explanation of why?
Thank you in advance for good examples and solutions.
When do I use a new function in Event, when do I use the lambda notation? Are there rules about when what and how?
Serial.Receive += newFunction;
Serial.Receive += (req) => { make something };
There are so many possibilities and variants that I no longer know what to take and when.
See the following blog post and for even more see all of Steven's posts where there are more than you are after but easy to pick the right post out from the list.
Then there is an important repository on cancellations.