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 functions beside classes #24

Open
zaiste opened this issue May 26, 2017 · 0 comments
Open

Allow functions beside classes #24

zaiste opened this issue May 26, 2017 · 0 comments
Labels

Comments

@zaiste
Copy link
Owner

zaiste commented May 26, 2017

Long running jobs could be also defined as functions. It needs to be analyzed how to plug in .log and .progress helpers in that case.

function isClass(func) {
  return typeof func === 'function' 
    && /^class\s/.test(Function.prototype.toString.call(func));
}
@zaiste zaiste added the idea label May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant