mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
fix error
This commit is contained in:
@@ -48,7 +48,7 @@ class Foundation_API ThreadPool
|
|||||||
/// from the pool.
|
/// from the pool.
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum _ThreadAffinityPolicy
|
enum ThreadAffinityPolicy
|
||||||
{
|
{
|
||||||
OS_DEFAULT = 0,
|
OS_DEFAULT = 0,
|
||||||
UNIFORM_DISTRIBUTION,
|
UNIFORM_DISTRIBUTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user