enum class fork_join_executor::loop_schedule
Description
Type of loop schedule for use with the fork_join_executor. loop_schedule::static_ implies no work-stealing; loop_schedule::dynamic allows stealing when a worker has finished its local work.
Declared at: libs/pika/executors/include/pika/executors/fork_join_executor.hpp:62
Enumerators
| Name | Value | Comment |
|---|---|---|
| static_ | 0 | |
| dynamic | 1 |