Skip to content

Instantly share code, notes, and snippets.

@lcapaldo
Created March 8, 2012 12:09
Show Gist options
  • Save lcapaldo/2000734 to your computer and use it in GitHub Desktop.
Save lcapaldo/2000734 to your computer and use it in GitHub Desktop.
void await(std::function<bool()> cond)
{
with_when_do(cond, []() { });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment