enum class polling_status

Declared at: libs/pika/threading_base/include/pika/threading_base/scheduler_base.hpp:42

Enumerators

NameValueComment
idle0Signals that a polling function currently has no more work to do
busy1Signals that a polling function still has outstanding work to poll for