#include <SimpleSpinLock.h>
Public Member Functions | |
| TaskMgrLock (SimpleSpinLock &theLock) | |
A wrapper around the task manager locking facilities that allow you to lock within a block of code by putting an instance on the stack. Be very careful not to use yieldForMicros along with this method of locking. For example: