limura / NovelSpeaker

text speech app for text novel site.
https://limura.github.io/NovelSpeaker/
MIT License
28 stars 6 forks source link

main thread でしか動かないものを background thread から dispatch_async() で呼ぶと固まるのをなんとかする #54

Closed limura closed 8 years ago

limura commented 8 years ago

[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.01]]; を呼んでやれば一応処理してくれるけど…… うーん。 https://github.com/limura/NovelSpeaker/commit/f1a5b590ec94faa5ad2740cc4b08e032e75c87e8

とりあえずテストは書けるようになったのでこの問題は close します。