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 5ae7c72 commit 096160fCopy full SHA for 096160f
rclrs/src/timer.rs
@@ -111,7 +111,6 @@ impl Timer {
111
where
112
F: FnMut(&mut Timer) + 'static + Send + Sync,
113
{
114
- // Move the callback to our reference counted container so rcl_callback can use it
115
let callback = Arc::new(Mutex::new(callback));
116
117
// SAFETY: Getting a zero-initialized value is always safe.
0 commit comments