16 #ifndef BLOOMBERG_QUANTUM_THREAD_TRAITS_H 17 #define BLOOMBERG_QUANTUM_THREAD_TRAITS_H 39 static std::chrono::milliseconds value(0);
44 static std::chrono::microseconds value(10);
53 #endif //BLOOMBERG_QUANTUM_THREAD_TRAITS_H Definition: quantum_buffer_impl.h:22
static std::chrono::microseconds & yieldSleepIntervalUs()
Definition: quantum_thread_traits.h:42
static std::chrono::milliseconds & yieldSleepIntervalMs()
Dictates how long any thread should sleep on blocking calls when interacting with coroutines (e....
Definition: quantum_thread_traits.h:37
Allows application-wide settings for the various thread settings used by Quantum.
Definition: quantum_thread_traits.h:30