Merge branch 'master' of github.com:flynx/types.js

This commit is contained in:
Alex A. Naanou 2022-06-19 14:04:23 +03:00
commit af22182dc1

View File

@ -121,9 +121,10 @@ object.Constructor('IterablePromise', Promise, {
// handlers in sequence.
// XXX EXPEREMENTAL: STOP...
// XXX add support for async generators...
// ... an async generator is not "parallel", i.e. intil one
// ...an async generator is not "parallel", i.e. intil one
// returned promise is resolved the generator blocks (will not
// advance)...
// ...can we feed out a results one by one???
__pack: function(list, handler=undefined){
var that = this
// handle iterable promise list...