Skip to content

func race(fulfilled:) for Objective-C#1269

Merged
mxcl merged 3 commits intomxcl:v6from
RomanPodymov:feature/race_fulfilled
Sep 24, 2021
Merged

func race(fulfilled:) for Objective-C#1269
mxcl merged 3 commits intomxcl:v6from
RomanPodymov:feature/race_fulfilled

Conversation

@RomanPodymov
Copy link
Copy Markdown
Collaborator

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

Comment thread Sources/race.swift
}
case .fulfilled(let value):
guard rp.isPending else { return }
countdown = 0
Copy link
Copy Markdown
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
Copy Markdown
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