39 bool RemoveTask(
const std::string& name)
override;
40 bool DispatchTask(
const std::shared_ptr<CRoutine>&)
override;
46 void CreateProcessor();
47 bool NotifyProcessor(uint64_t crid)
override;
49 std::unordered_map<std::string, ChoreographyTask> cr_confs_;
51 int32_t choreography_processor_prio_;
52 int32_t pool_processor_prio_;
54 std::string choreography_affinity_;
55 std::string pool_affinity_;
57 std::string choreography_processor_policy_;
58 std::string pool_processor_policy_;
60 std::vector<int> choreography_cpuset_;
61 std::vector<int> pool_cpuset_;