Avatar
omochimetaru 8/29/2018 5:16 AM
むむむ 違う理由なのかな
5:18 AM
#59 0x000000018e934758 in UIApplicationMain () #60 0x0000000103001330 in main at xxxxxxxxxx #61 0x00000001843a5fc0 in start () Enqueued from com.apple.main-thread (Thread 1) Queue : com.apple.main-thread (serial) #0 0x0000000105de08f4 in _dispatch_queue_push () #1 0x00000001058f9194 in DispatchQueue.async(group:qos:flags:execute:) ()
5:18 AM
メインスレからメインスレに投入されてしまうのは間違いない
5:19 AM
Reactive Programming in Swift. Contribute to ReactiveX/RxSwift development by creating an account on GitHub.
5:19 AM
ここにきた
5:20 AM
if DispatchQueue.isMain && currentNumberEnqueued == 1 {
5:20 AM
これか