ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
shutdown_policy.hpp File Reference

Portable pool shutdown behavior. More...

#include <cstdint>
Include dependency graph for shutdown_policy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 

Enumerations

enum class  threadschedule::shutdown_policy : std::uint8_t { threadschedule::drain , threadschedule::drop_pending }
 Defines how pools handle pending work during shutdown. More...
 

Detailed Description

Portable pool shutdown behavior.

Definition in file shutdown_policy.hpp.