/mbed-os-snippet-Shared_Events_1

A mirrored example snippet from mbed-os-examples-docs_only

Primary LanguageC++

Shared event example

Instead of creating a special thread, you can use a shared event queue and dispatch the global event queue from the main thread.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.