Macros§
Structs§
Enums§
Functions§
- add
- add_
list - add_map
- add_
native - add_
value - block_
on_ async - call
- contains
- dir
- get
- get_key
- get_
list - get_
mount - insert
- keys
- mount_
fjall - mount_
memory - mount_
redis - push
- remove
- send
- send_
idx_ msg - send_
msg - start_
task - tx_rx
- update
- 原子并发更新一个节点的值。返回更新后的值。 节点必须已存在,否则返回 Err。
- update_
key - 原子并发更新一个 map 节点内某个 key 的值。返回更新后的值。