Use policy-based design for scheduler
This patch separates interface and implementation of scheduling coordinator and worker. The implementation is now outsourced into two policies: a steal policy and a (de)queue policy. The previously hardwired implementation is split into the two policy classes `iterative_stealing` and `fork_join`.
Showing
cppa/policy/fork_join.hpp
0 → 100644
cppa/policy/steal_policy.hpp
0 → 100644
Please register or sign in to comment