mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
@@ -9,13 +9,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <iostream>
|
||||
#include <future>
|
||||
#include <thread>
|
||||
|
||||
void foo() {
|
||||
|
||||
}
|
||||
|
||||
int main() {
|
||||
// pack a lambda expression that returns 7 into a std::packaged_task
|
||||
|
||||
Reference in New Issue
Block a user