enum class polling_status
Declared at: libs/pika/threading_base/include/pika/threading_base/scheduler_base.hpp:42
Enumerators
| Name | Value | Comment |
|---|---|---|
| idle | 0 | Signals that a polling function currently has no more work to do |
| busy | 1 | Signals that a polling function still has outstanding work to poll for |