Skip to content
Snippets Groups Projects
Commit a96934d8 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

usleep

parent c552da80
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ void* readthread::run_undetached(void*) {
usleep(sleep_time * 1000000);
}
INFO_STREAM << "readthread::run(): exit!!!" << endl;
return 0;
}
......
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