Hi everyone,
In "What's New in Foundation for Swift” WWDC session there were announced new Timer block base API for Swift 3.
I don’t see them in Xcode8. Am I missing something or do I have to download and install “Trunk Development (master)" Toolchain?
I can see this new API in the source code.
Kostiantyn.
I am also interested in the new API and cannot find it on Darwin :(
Will this be available in seed 2?
- Dennis
···
Sent from my iPhone
On Jun 18, 2016, at 1:57 PM, Kostiantyn Koval via swift-users <swift-users@swift.org> wrote:
Hi everyone,
In "What's New in Foundation for Swift” WWDC session there were announced new Timer block base API for Swift 3.
I don’t see them in Xcode8. Am I missing something or do I have to download and install “Trunk Development (master)" Toolchain?
I can see this new API in the source code.
https://github.com/apple/swift-corelibs-foundation/blob/swift-3/Foundation/NSTimer.swift
Kostiantyn.
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
Perhaps they were referring to DispatchSource?
I am also interested in the new API and cannot find it on Darwin :(
Will this be available in seed 2?
- Dennis
Sent from my iPhone
>
> Hi everyone,
>
> In "What's New in Foundation for Swift” WWDC session there were announced new Timer block base API for Swift 3.
> I don’t see them in Xcode8. Am I missing something or do I have to download and install “Trunk Development (master)" Toolchain?
>
> I can see this new API in the source code.
> https://github.com/apple/swift-corelibs-foundation/blob/swift-3/Foundation/NSTimer.swift
>
> Kostiantyn.
>
>
> _______________________________________________
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
David Beck
http://davidbeck.co
http://twitter.com/davbeck
···
> On Jun 18, 2016, at 1:57 PM, Kostiantyn Koval via swift-users<swift-users@swift.org>wrote: