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 async initializer (which in turn bypasses queuing mess) #2

Closed
natevw opened this issue Nov 1, 2013 · 1 comment
Closed

Add async initializer (which in turn bypasses queuing mess) #2

natevw opened this issue Nov 1, 2013 · 1 comment

Comments

@natevw
Copy link
Owner

natevw commented Nov 1, 2013

The current initialize method needs to be synchronous for "undisclosed reasons". [In short, so it can be ± compatible with another implementation that's not yet public.]

However, nothing precludes this implementation for detecting if a callback is passed in and doing different logic.

@natevw
Copy link
Owner Author

natevw commented Nov 1, 2013

OOOOR, we could just use the fs.openSync method and just simplify the whole thing instead of adding more complexity…

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

No branches or pull requests

1 participant