@ -214,9 +214,11 @@ func (w *world) Close() {
w.updateState(WorldClosed)
return
}
if w.cancel != nil {
w.cancel()
<-w.done
// 执行待处理方法
func (w *world) executeTodos() {
The note is not visible to the blocked user.