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

arrays are set like iterators from promises #209

Open
jimdebeer opened this issue Jan 24, 2017 · 2 comments
Open

arrays are set like iterators from promises #209

jimdebeer opened this issue Jan 24, 2017 · 2 comments
Assignees
Labels

Comments

@jimdebeer
Copy link
Contributor

jimdebeer commented Jan 24, 2017

this is there for promise.all but maybe we don't want this behavior since it breaks default

bla.set(new Promise(() => [ 1, 2, 3, 4 ])  // will set 1, 2, 3, 4 sequentially vs keys

this is a feature for promise.all but maybe taken edge cases too much into account

@jimdebeer
Copy link
Contributor Author

@beherithrone @youzi lemme know! you guys are the first ones using these async inputs

@jimdebeer
Copy link
Contributor Author

can be confusing i think

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

3 participants