Loading examples/Example 3 - Async.playground/Contents.swift +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ future //: You can also force the value future.forced(1.0) c.close() //: Allow the background threads to do their work XCPSetExecutionShouldContinueIndefinitely() examples/Example 4 - Batch.playground/Contents.swift +1 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,4 @@ try c.swap("a","b") try c.get("a").value!.toUtf8String() try c.get("b").value!.toUtf8String() c.close() No newline at end of file Loading
examples/Example 3 - Async.playground/Contents.swift +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ future //: You can also force the value future.forced(1.0) c.close() //: Allow the background threads to do their work XCPSetExecutionShouldContinueIndefinitely()
examples/Example 4 - Batch.playground/Contents.swift +1 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,4 @@ try c.swap("a","b") try c.get("a").value!.toUtf8String() try c.get("b").value!.toUtf8String() c.close() No newline at end of file