mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.docs
git-svn-id: svn://ultimatepp.org/upp/trunk@13587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
af8966c918
commit
93f953a89a
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue