Skip to content

Conversation

@RomanPodymov
Copy link
Collaborator

Hello.
Thank you for PromiseKit.
Add func race(fulfilled:) for Objective-C.

}
case .fulfilled(let value):
guard rp.isPending else { return }
countdown = 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An unnecessary line.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, but there is no reason to remove it. It is possible this is required. Please leave it.

@mxcl mxcl merged commit 2ff9793 into mxcl:v6 Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants