Skip to content

Instantly share code, notes, and snippets.

@RAttab
Created August 5, 2014 15:34
Show Gist options
  • Save RAttab/13c643bcdff451563b56 to your computer and use it in GitHub Desktop.
Save RAttab/13c643bcdff451563b56 to your computer and use it in GitHub Desktop.
void
MockExchange::Worker::
run()
{
while(true) {
bid();
std::this_thread::sleep_for(std::chrono::seconds<unsigned>(30));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment