Re: [boost] function queue

2002-11-11 Thread William E. Kempf
Eric Woodruff said: > Is there any interest in a threaded function queue? I ran into a problem > where I needed to asynchronously run methods but I didn't want to (or > actually couldn't easlily) maintain threads to run them in. So I created > a function queue where I could control the number of t

[boost] function queue

2002-11-09 Thread Eric Woodruff
Is there any interest in a threaded function queue? I ran into a problem where I needed to asynchronously run methods but I didn't want to (or actually couldn't easlily) maintain threads to run them in. So I created a function queue where I could control the number of threads that were used to exec