Skip to main content

cell_set

Function cell_set 

Source
pub fn cell_set(cell: &Cell, value: Value)
Expand description

Write a captured cell. Every writer shares the same cell, so the update is visible to every closure that captured it.