Skip to content

Instantly share code, notes, and snippets.

@dimazen
Created June 8, 2016 13:48
Show Gist options
  • Save dimazen/9421c56e14709a89ff6489211b1fb3b4 to your computer and use it in GitHub Desktop.
Save dimazen/9421c56e14709a89ff6489211b1fb3b4 to your computer and use it in GitHub Desktop.
public struct Future<T> {
public func onSuccess<U>(value: T -> U) -> Future<U>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment