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

Add join method #119

Merged
merged 1 commit into from
Nov 5, 2014
Merged

Add join method #119

merged 1 commit into from
Nov 5, 2014

Conversation

mmun
Copy link
Collaborator

@mmun mmun commented Nov 5, 2014

The join method is like the run method except that it will schedule into an existing queue if one exists. In either case, the join method will immediately execute the passed in function and returns its result.

The join method is like the run method except that it will schedule into
an existing queue if one exists. In either case, the join method will
immediately execute the passed in function and returns its result.
stefanpenner added a commit that referenced this pull request Nov 5, 2014
@stefanpenner stefanpenner merged commit f4bd6a2 into BackburnerJS:master Nov 5, 2014
@mmun mmun deleted the join branch November 5, 2014 15:15
HeroicEric added a commit to HeroicEric/data that referenced this pull request Feb 19, 2016
This shim was added a long while back when we could not rely on the
version of Backburner that Ember was using to have the `join()`
function.

Any currently supported version of Ember (2.x) should have this now.

Similarly, any currently supported (2.x) version of Ember also has
`Ember._Backburner` available.

Shim was added in:
emberjs#2608

`Backburner.join()` was added in:
BackburnerJS/backburner.js#119
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