git-svn-id: svn://ultimatepp.org/upp/trunk@13587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-09-05 13:00:59 +00:00
parent af8966c918
commit 93f953a89a

View file

@ -9,7 +9,7 @@ void CoLoopTutorial()
/// all started threads to finish. Scheduling is the responsibility of client code, but can
/// be easily managed using the std::atomic counter. This way, the overhead associated with
/// creating lambdas and scheduling them is kept to the minimum (basically the cost of
/// atomic increment).
/// atomic increment). Once again, CoDo is based on CoWork, so `CoWork::FinLock` is available.
Vector<String> data;
for(int i = 0; i < 100; i++)