mirror of https://github.com/ARMmbed/mbed-os.git
Add the OperationList class to simplify managing async operations. Add a callback to the AsyncOp class so completion can be signaled with another mechanism. Finally rework the lock handling so AsyncOp::wait is passed the lock to use rather than taking it in a constructor. |
||
|---|---|---|
| .. | ||
| AsyncOp.cpp | ||
| AsyncOp.h | ||
| LinkEntry.h | ||
| LinkedList.h | ||
| LinkedListBase.cpp | ||
| LinkedListBase.h | ||
| OperationList.h | ||
| OperationListBase.cpp | ||
| OperationListBase.h | ||