Daily iOS
App lifecycle and systemByteDance

NotificationCenter threads and observers

If you call NotificationCenter.default.post on a background thread, which thread does the observer code run on?

Submit