Commit d355a48f authored by Soultz's avatar Soultz

fix typo

parent cd9bcea3
...@@ -77,7 +77,7 @@ private: ...@@ -77,7 +77,7 @@ private:
// //
// Examples: // Examples:
// int demo_execute(void* meta, TaskIterator<T>& iter) { // int demo_execute(void* meta, TaskIterator<T>& iter) {
// if (iter.is_stopped()) { // if (iter.is_queue_stopped()) {
// // destroy meta and related resources // // destroy meta and related resources
// return 0; // return 0;
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment