Send for Clock
This commit is contained in:
parent
7594f24cc4
commit
f0062a08de
|
|
@ -1330,6 +1330,8 @@ impl PublisherUntyped {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: check safety of this.
|
||||
unsafe impl Send for RosClock {}
|
||||
pub struct RosClock {
|
||||
clock_handle: Box<rcl_clock_t>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue