mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
Merge branch 'master' of github.com:flynx/types.js
This commit is contained in:
commit
af22182dc1
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user