@ -214,8 +214,10 @@ func (w *world) Close() {
w.updateState(WorldClosed)
return
}
w.cancel()
<-w.done
if w.cancel != nil {
// 执行待处理方法