Skip to content
Snippets Groups Projects
Commit d87acb25 authored by Florian Fischer's avatar Florian Fischer
Browse files

[EchoCLient] use a thread to terminate

First of all this replaces the call to sleep(execution_seconds)
which calls POSIX sleep(3) which is definitely not what we want here
blocking one worker thread.

Using a std::thread for termination was chosen because we assume it
will be more precise than the emper native emper::sleep.
parent fde944bf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment