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 6c87533 commit ed10311Copy full SHA for ed10311
rclrs/src/executor.rs
@@ -71,7 +71,7 @@ impl SingleThreadedExecutor {
71
| Err(RclrsError::RclError {
72
code: RclReturnCode::Timeout,
73
..
74
- }) => (),
+ }) => std::thread::yield_now(),
75
error => return error,
76
}
77
0 commit comments