[fit] Rename sequential_executor to single_threaded_executor.
The new name does a better job conveying the behavior of the executor and is less ambiguous particularly in the presence of the newly introduced fit::sequencer which really does apply sequencing. Test: fit-test Change-Id: I7d4375fd340c929658652f1b7e8bfc1167676b52
Showing
- system/ulib/fit/include/lib/fit/bridge.h 1 addition, 1 deletionsystem/ulib/fit/include/lib/fit/bridge.h
- system/ulib/fit/include/lib/fit/promise.h 2 additions, 2 deletionssystem/ulib/fit/include/lib/fit/promise.h
- system/ulib/fit/include/lib/fit/scheduler.h 1 addition, 1 deletionsystem/ulib/fit/include/lib/fit/scheduler.h
- system/ulib/fit/include/lib/fit/single_threaded_executor.h 17 additions, 17 deletionssystem/ulib/fit/include/lib/fit/single_threaded_executor.h
- system/ulib/fit/rules.mk 1 addition, 1 deletionsystem/ulib/fit/rules.mk
- system/ulib/fit/single_threaded_executor.cpp 20 additions, 20 deletionssystem/ulib/fit/single_threaded_executor.cpp
- system/utest/fit/bridge_tests.cpp 28 additions, 28 deletionssystem/utest/fit/bridge_tests.cpp
- system/utest/fit/examples/promise_example1.cpp 2 additions, 2 deletionssystem/utest/fit/examples/promise_example1.cpp
- system/utest/fit/examples/promise_example2.cpp 2 additions, 2 deletionssystem/utest/fit/examples/promise_example2.cpp
- system/utest/fit/promise_tests.cpp 2 additions, 2 deletionssystem/utest/fit/promise_tests.cpp
- system/utest/fit/rules.mk 1 addition, 1 deletionsystem/utest/fit/rules.mk
- system/utest/fit/sequencer_tests.cpp 3 additions, 3 deletionssystem/utest/fit/sequencer_tests.cpp
- system/utest/fit/single_threaded_executor_tests.cpp 9 additions, 9 deletionssystem/utest/fit/single_threaded_executor_tests.cpp
Loading
Please register or sign in to comment