vigour-io/brisky-struct

arrays are set like iterators from promises

jimdebeer opened this issue · 2 comments

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

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

can be confusing i think