7 years, 6 months ago.

mbed_events library -- background

I've been going through the mbed_events library and I'm confused about the purpose of the EventQueue::background() method. Is this to execute an Event callback within the context of a timer interrupt? Seems that would go against the whole purpose of the class, so I'm sure this is not its intent nor what is happening. So, can someone [Chris?] please explain what is happening beneath the sheets here? Feel free to tack an example onto the well-written README.md in the repository.

Be the first to answer this question.