commit | 1bf8a217e82c2d1677ea6d1509c86057672b7aa5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun May 26 22:13:14 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed May 29 20:43:46 2019 -0700 |
tree | e98d74d37f1bbed62c33f92a7378eae35e081c97 | |
parent | bbce72d6c317e70df157f703fe60122d2118d649 [diff] [blame] |
Convert actions to event loops The logic gets significantly simpler due to Watchers. But we also get to port all the users over as well. Change-Id: Ib4e75951e65f7431acc6c1548b7f1d20da3da295
diff --git a/y2016/vision/BUILD b/y2016/vision/BUILD index 99c50fd..3427973 100644 --- a/y2016/vision/BUILD +++ b/y2016/vision/BUILD
@@ -132,6 +132,7 @@ ":vision_data", ":vision_queue", "//aos:init", + "//aos/events:shm-event-loop", "//aos/logging", "//aos/logging:queue_logging", "//aos/mutex",