Skip to main content

write_shared_f64

Function write_shared_f64 

Source
pub unsafe fn write_shared_f64(cell: *const SharedCell, value: f64)
Expand description

Write a f64 to a SharedCell’s payload while holding its lock.

§Safety

cell must point to a live SharedCell whose interior FieldKind is F64.