summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gras/thread_pool.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gras/thread_pool.hpp b/include/gras/thread_pool.hpp
index 2d25178..a15b843 100644
--- a/include/gras/thread_pool.hpp
+++ b/include/gras/thread_pool.hpp
@@ -52,6 +52,7 @@ struct GRAS_API ThreadPoolConfig
* STRONG, ///< Threads yield to other threads but don't go to sleep.
* AGGRESSIVE ///< Threads never yield to other threads.
* Default is BLOCKING.
+ * The default can be overridden with the GRAS_YIELD environment variable.
*/
std::string yield_strategy;