I’ve searched the board a bit and dug through the wiki / source code. I
have a good idea of the fundamentals of message passing from the “How to
write a block” wiki. But I had a hard time finding examples online or in
the source code of an example implementation of these messages. Can
anyone point me in the right direction?
I’d like to know how the messaging layer works. i.e. when does each
block process a message (on interrupt or after end of a work() loop?)
etc.
Thank you.