Remove useless comment now we have variadic templates for ConcurrentRun
This commit is contained in:
parent
af8e8c753e
commit
c848d311b8
@ -40,12 +40,6 @@
|
|||||||
ThreadFunctor classes are used to store a functor and its arguments, and
|
ThreadFunctor classes are used to store a functor and its arguments, and
|
||||||
Run() functions are used for convenience: to directly create a new
|
Run() functions are used for convenience: to directly create a new
|
||||||
ThreadFunctor object and start it.
|
ThreadFunctor object and start it.
|
||||||
|
|
||||||
Currently, only functions with zero, one, two or three arguments are
|
|
||||||
supported, but other might be added easily for X arguments by defining a new
|
|
||||||
ThreadFunctorX class (and eventually a second class for handling functions
|
|
||||||
which return void: see existing classes for examples), and add new Run()
|
|
||||||
function.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user