Commit d355a48f authored by Soultz's avatar Soultz

fix typo

parent cd9bcea3
......@@ -77,7 +77,7 @@ private:
//
// Examples:
// int demo_execute(void* meta, TaskIterator<T>& iter) {
// if (iter.is_stopped()) {
// if (iter.is_queue_stopped()) {
// // destroy meta and related resources
// 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