-

   rss_habrahabr_of_lokoman

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2008
:
:
: 2

:


Unit Swift

, 10 2019 . 23:47 +
.
, , - , . ? ?!
    func testAscynFunction() {
        someAsyncFunction()
    }

    func someAsyncFunction() {
        let bg = DispatchQueue.global(qos: .background)
        bg.asyncAfter(deadline: .now() + 5) {
            XCTAssert(false, "Something went wrong")
        }
    }


, .

: ->

https://habr.com/ru/post/439772/?utm_source=habrahabr&utm_medium=rss&utm_campaign=439772

:  

: [1] []
 

:
: 

: ( )

:

  URL