$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] how to reuse a thread
From: Victor Yankee (victor.whiskey.yankee_at_[hidden])
Date: 2013-03-17 13:05:30
Hello,
I would like to create a boost thread that can be reused to run a variety
of functions each with different number of args of different types. I am
using C++11 gnu compiler and so maybe a solution using variadics might work?
I posted to here:
http://stackoverflow.com/questions/15237426/can-a-thread-be-reused-to-run-variadic-functions
But I am not understanding how.
Thank you