Shared event example. Instead of creating special thread user can use shared event queue and dispatch the global event queue from main thread.

Fork of Shared_Events_1 by mbed_example

mbed_app.json

Committer:
deepikabhavnani
Date:
2017-12-18
Revision:
1:154179bdc39d

File content as of revision 1:154179bdc39d:

{
    "target_overrides": {
        "*": {
            "events.shared-dispatch-from-application": true
        }
     }
}