We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@beherithrone @youzi lemme know! you guys are the first ones using these async inputs
Sorry, something went wrong.
can be confusing i think
pavjacko
youzi
No branches or pull requests
this is there for promise.all but maybe we don't want this behavior since it breaks default
this is a feature for promise.all but maybe taken edge cases too much into account
The text was updated successfully, but these errors were encountered: