Skip to content

Instantly share code, notes, and snippets.

@ShXck
Created October 26, 2017 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShXck/950d9aafbe1e3e5ee9b50a35ab6fab90 to your computer and use it in GitHub Desktop.
Save ShXck/950d9aafbe1e3e5ee9b50a35ab6fab90 to your computer and use it in GitHub Desktop.
Lambda
std::thread t( [this,args...]() {
a.method();
} );
t.detach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment