game_server.entity_backupentity_backupwrite_async_callback本页总览write_async_callback 异步写操作带有回调: 在目标数据库集合上对指定的实体rid进行写操作;在本地文件上写成功后执行回调 声明 bool write_async_callback(function callback, string db_name, string coll, string op, string rid, ...) 参数 参数名描述callback回调函数db_name数据库名称coll集合名称op写操作rid实体rid...其他参数 返回值 true 使用方式 返回文 档