ARMmbed / mbed-events

DEPRECATED! This project has moved to mbed-os
https://github.com/ARMmbed/mbed-os/tree/master/events
Apache License 2.0
11 stars 6 forks source link

Add set of event queue composition functions #13

Closed geky closed 8 years ago

geky commented 8 years ago

Adds two new composition functions for composing multiple event queues:

These two functions add a new level of composability to mbed-events. EventsQueues can be easily backgrounded on hardware timers, or even combined with existing event loops. Multiple, independent EventQueues can be combined to easily share a single thread of execution between module boundaries. These functions should add significant flexibility to how a user's system can be architected.