thread::thread
Copyright (C) 2005 IENT-RWTH Aachen
inline thread::thread()
template<class A> inline explicit thread::thread( A &a)
template<class A> inline explicit thread::thread(const A &a)
template<class A,class B> inline explicit thread::thread( A &a, const B &b)
template<class A,class B> inline explicit thread::thread(const A &a, const B &b)
inline thread::thread(const self &x)
Creates a new thread that executes concurrently with the calling thread.
Remarks
The new thread applies the function object f.