pub fn update<F>(name: &str, f: F) -> Result<Dynamic>where F: FnMut(Dynamic) -> Dynamic + Send + 'static,
原子并发更新一个节点的值。返回更新后的值。 节点必须已存在,否则返回 Err。