Promisekit: Add timeout

Created on 19 Oct 2018  路  4Comments  路  Source: mxcl/PromiseKit

Most helpful comment

func iAmAFreeformFunction() {
    print("Hi, I am not part of a `class` or `struct`")
}

All 4 comments

Any reason the solution mentioned in #227 could not be used?

Needs to be a freeform function. I imagine it can be used.

What is a freeform function?

func iAmAFreeformFunction() {
    print("Hi, I am not part of a `class` or `struct`")
}
Was this page helpful?
0 / 5 - 0 ratings