- POCO_THREAD_STACK_SIZE macro

- few Thread modifications
- ThreadPool configurable stack size
This commit is contained in:
Aleksandar Fabijanic
2008-04-20 23:28:41 +00:00
parent 537ec8aca3
commit 9fd70bade2
11 changed files with 90 additions and 40 deletions

View File

@@ -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();