We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5507e47 + 042ce47 commit 76ce719Copy full SHA for 76ce719
test/test_scheduled_tp.cpp
@@ -79,7 +79,7 @@ void test_deque_multi(const int n)
79
tg.create_thread(boost::bind(func2, &se, d));
80
}
81
tg.join_all();
82
- //dtor is called here so execution will block untill all the closures
+ //dtor is called here so execution will block until all the closures
83
//have been completed.
84
85
0 commit comments