We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0138e33 commit 22d2c84Copy full SHA for 22d2c84
rclrs/src/node.rs
@@ -468,19 +468,6 @@ impl Node {
468
return;
469
}
470
471
-
472
- // match on_graph_change_receiver.next().await {
473
- // Some(_) => {
474
- // if condition() {
475
- // // Condition is met
476
- // return;
477
- // }
478
479
- // None => {
480
- // // Graph change sender is closed
481
482
483
484
485
});
486
0 commit comments