Posting NSNotification on the main thread

前端 未结 4 536
深忆病人
深忆病人 2020-12-29 19:41

I found the following code snippet which allows NSNotification to be posted on the main thread from any background thread. I would like to know if this is a saf

4条回答
  •  不思量自难忘°
    2020-12-29 19:46

    Yes

    This is - you are getting into the main thread and posting your notification. Can't get any safer than that.

提交回复
热议问题