#1536·sled

合并运算符不需要实现 `Send` 或 `Sync`,这会导致数据竞争

作者: BongoThirteen创建于 2025年12月19日更新于 2025年12月19日
标签bug

The MergeOperator trait appears to be missing (at least) a Send bound, allowing non-Send types to be misused when data is merged on another thread. I'm aware that removal of the merge API is planned but this seems like a pretty serious soundness issue and should hopefully be easy to fix.