Commit 1db95908 authored by Dominik Charousset's avatar Dominik Charousset

Maxe private_thread ctor explicit

parent 44f4d5c6
...@@ -36,7 +36,7 @@ public: ...@@ -36,7 +36,7 @@ public:
await_resume_or_shutdown await_resume_or_shutdown
}; };
private_thread(scheduled_actor* self); explicit private_thread(scheduled_actor* self);
void run(); void run();
......
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