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

Committer:
deepikabhavnani
Date:
Mon Dec 18 16:58:28 2017 +0000
Revision:
1:154179bdc39d
Shared event example: running the shared queue from main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
deepikabhavnani 1:154179bdc39d 1 {
deepikabhavnani 1:154179bdc39d 2 "target_overrides": {
deepikabhavnani 1:154179bdc39d 3 "*": {
deepikabhavnani 1:154179bdc39d 4 "events.shared-dispatch-from-application": true
deepikabhavnani 1:154179bdc39d 5 }
deepikabhavnani 1:154179bdc39d 6 }
deepikabhavnani 1:154179bdc39d 7 }