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

Revision:
1:154179bdc39d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon Dec 18 16:58:28 2017 +0000
@@ -0,0 +1,7 @@
+{
+    "target_overrides": {
+        "*": {
+            "events.shared-dispatch-from-application": true
+        }
+     }
+}
\ No newline at end of file