Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow callers to detect DispatchQueue drops #854

Merged
merged 1 commit into from
Feb 26, 2016
Merged

Allow callers to detect DispatchQueue drops #854

merged 1 commit into from
Feb 26, 2016

Conversation

codemercenary
Copy link
Contributor

The return value of DispatchQueue::operator+= should signify whether the lambda was pended to the queue or not. Right now it's void, so it's trivial to just return a boolean here instead.

The return value of `DispatchQueue::operator+=` should signify whether the lambda was pended to the queue or not.  Right now it's void, so it's trivial to just return a boolean here instead.
@codemercenary codemercenary added this to the v1.0.0 milestone Feb 26, 2016
@hham
Copy link
Contributor

hham commented Feb 26, 2016

Looks good.

hham added a commit that referenced this pull request Feb 26, 2016
Allow callers to detect `DispatchQueue` drops
@hham hham merged commit 417eb33 into develop Feb 26, 2016
@hham hham deleted the ref-dqretval branch February 26, 2016 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants