You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve documentation of ScheduleLambda
Problem:
- SystemLayer::ScheduleLambda is critical to allow correct
context updates to data, but it was claimed it had to be
executed in Matter context already, which is the opposite
of the point of the method.
Fixes#26538
This PR:
- Improves the documentation of several methods in SystemLayer.h
- Makes ScheduleLambdaBridge private (not called elsewhere)
- Adds a static assert to avoid arguments on the lambda
Testing done:
- All unit tests still pass
* Restyled by clang-format
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments