예제 #1
0
파일: connection.hpp 프로젝트: ablochs/fix8
	/*! Wait till reader thead has finished.
	    \return 0 on success */
	int join() { return _reader.join(); }