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

async pre-run function #7

Open
GochoMugo opened this issue Aug 16, 2015 · 0 comments
Open

async pre-run function #7

GochoMugo opened this issue Aug 16, 2015 · 0 comments
Assignees

Comments

@GochoMugo
Copy link
Member

If a user passes a function expecting a callback, for example,

parser.prerun(function(done) {
  asyncFunction(done);
})

the prerun function will receive a callback that it must call for parsing to continue.

@GochoMugo GochoMugo self-assigned this Aug 16, 2015
@GochoMugo GochoMugo changed the title asyn pre-run function async pre-run function Aug 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant