Created
July 15, 2016 04:28
-
-
Save cdacamar/2ef0285ae8aaa6a0b6be7185d87ffeb1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// most common use case for std::thread, the function invoke ctor | |
template<typename Function, typename... Args> | |
explicit thread(Function&& f, Args&&... args); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment