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 no callback for seq #618

Closed
wants to merge 1 commit into from
Closed

Conversation

mocheng
Copy link

@mocheng mocheng commented Sep 10, 2014

To Fix #613

In some cases, a seq operation is just a series of async invocation without the need to have a summarising callback. If the last argument of seq is not function, just treat it as no callback.

@aearly aearly added the bug label May 21, 2015
@aearly aearly closed this in 6741e6c Jun 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The generated function of seq requires last argument to be function?
2 participants