Minor fixes

This commit is contained in:
DH 2014-02-19 19:27:52 +02:00
parent b85a86b225
commit b1df7444a4
5 changed files with 103 additions and 73 deletions

View file

@ -60,6 +60,8 @@ public:
thread(const std::string& name);
thread();
public:
void start(std::function<void()> func);
void detach();
void join();