Commit 050f81c4 authored by Max Kellermann's avatar Max Kellermann

Thread/Thread: document Start() exception

parent c9ee6dd4
/*
* Copyright 2003-2017 The Music Player Daemon Project
* Copyright 2003-2018 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
......
/*
* Copyright 2003-2017 The Music Player Daemon Project
* Copyright 2003-2018 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
......@@ -94,7 +94,13 @@ public:
}
#endif
/**
* Start the thread.
*
* Throws on error.
*/
void Start();
void Join() noexcept;
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment