mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Minor fixes
This commit is contained in:
parent
b85a86b225
commit
b1df7444a4
5 changed files with 103 additions and 73 deletions
|
@ -60,6 +60,8 @@ public:
|
|||
thread(const std::string& name);
|
||||
thread();
|
||||
|
||||
|
||||
public:
|
||||
void start(std::function<void()> func);
|
||||
void detach();
|
||||
void join();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue