コード例 #1
0
ファイル: connection.hpp プロジェクト: ablochs/fix8
	/*! Wait till reader thead has finished.
	    \return 0 on success */
	int join() { return _reader.join(); }