Skip to content

Instantly share code, notes, and snippets.

@nlharri
Created November 13, 2018 20:41
Show Gist options
  • Save nlharri/c0e1d750f9c381001f11ce0188d9e72a to your computer and use it in GitHub Desktop.
Save nlharri/c0e1d750f9c381001f11ce0188d9e72a to your computer and use it in GitHub Desktop.
WiFiScannerLinux - Thread Join
//Set the value in promise
exitSignal.set_value();
//Wait for thread to join
th.join();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment