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
Remove "run on work queue" bits from non-concrete controllers. (project-chip#36320)
* Remove "run on work queue" bits from non-concrete controllers.
There is no "work queue" in the sense of the Matter queue involved unless we
have a concrete controller.
* syncRunOnWorkQueueWithReturnValue was unused on MTRDeviceController, so can
just be removed.
* syncRunOnWorkQueueWithBoolReturnValue was unused on MTRDeviceController, so can
just be removed.
* After that syncRunOnWorkQueue becomes unused and can be removed.
* At this point chipWorkQueue is not used on the base class and can be moved
into the subclasses as needed.
* Apply suggestion from code review.
0 commit comments