add last backwards-compatible version
This commit is contained in:
@@ -59,7 +59,6 @@ namespace pfc {
|
||||
//! Thread class using lambda entrypoint rather than function override
|
||||
class thread2 : public thread {
|
||||
public:
|
||||
~thread2() { waitTillDone(); }
|
||||
void startHereWithPriority(std::function<void()> e, int priority);
|
||||
void startHere(std::function<void()> e);
|
||||
void setEntry(std::function<void()> e);
|
||||
|
||||
Reference in New Issue
Block a user