Skip to content

Commit fda95ef

Browse files
remove dag.cpp
1 parent 0764d89 commit fda95ef

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

example/dag.cpp

Lines changed: 0 additions & 34 deletions
This file was deleted.

taskflow.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -705,14 +705,6 @@ auto BasicTaskflow<F>::silent_dispatch() {
705705

706706
if(_nodes.empty()) return;
707707

708-
//_topologies.remove_if([](auto &t){
709-
// auto status = t.future.wait_for(std::chrono::seconds(0));
710-
// if(status == std::future_status::ready){
711-
// return true;
712-
// }
713-
// return false;
714-
//});
715-
716708
auto& topology = _topologies.emplace_back(std::move(_nodes));
717709

718710
// Start the taskflow

0 commit comments

Comments
 (0)