thread/Thread: throw std::system_error on error
This commit is contained in:
@@ -78,10 +78,8 @@ public:
|
||||
|
||||
/**
|
||||
* Initialize the object and start the thread.
|
||||
*
|
||||
* @return false on error
|
||||
*/
|
||||
InputStream *Start(Error &error);
|
||||
void Start();
|
||||
|
||||
/* virtual methods from InputStream */
|
||||
bool Check(Error &error) override final;
|
||||
|
Reference in New Issue
Block a user