Re: [PATCH v6 3/3] doc: add dispatcher programming guide

2023-10-10 Thread Mattias Rönnblom
On 2023-10-10 15:31, David Marchand wrote: On Mon, Oct 9, 2023 at 8:23 PM Mattias Rönnblom wrote: [snip] +A module may use more than one event handler, for convenience or to +further decouple sub-modules. However, the dispatcher may impose an +upper limit of the number handlers. In addition,

Re: [PATCH v6 3/3] doc: add dispatcher programming guide

2023-10-10 Thread David Marchand
On Mon, Oct 9, 2023 at 8:23 PM Mattias Rönnblom wrote: [snip] > +A module may use more than one event handler, for convenience or to > +further decouple sub-modules. However, the dispatcher may impose an > +upper limit of the number handlers. In addition, installing a large > +number of handlers

[PATCH v6 3/3] doc: add dispatcher programming guide

2023-10-09 Thread Mattias Rönnblom
Provide programming guide for the dispatcher library. Signed-off-by: Mattias Rönnblom -- PATCH v6: o Eliminate unneeded white space in code blocks. (David Marchand) PATCH v5: o Update guide to match API changes related to dispatcher ids. PATCH v3: o Adapt guide to the dispatcher API name c