개발이야기

swift - Playground 에서 Concurrent 지원하기

준호씨 2019. 1. 5. 00:39
반응형
import PlaygroundSupport
PlaygroundPage.current.needsIndefiniteExecution = true

참고

  • http://www.thomashanning.com/concurrent-code-in-playgrounds/
반응형