mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
- POCO_THREAD_STACK_SIZE macro
- few Thread modifications - ThreadPool configurable stack size
This commit is contained in:
@@ -51,7 +51,7 @@ class Foundation_API Runnable
|
||||
/// must be implemented by classes that provide
|
||||
/// an entry point for a thread.
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Runnable();
|
||||
virtual ~Runnable();
|
||||
|
||||
|
Reference in New Issue
Block a user