Class cc.AsyncPool

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.AsyncPool(srcObj, limit, iterator, onEnd, target)
Async Pool class, a helper of cc.async

Class Detail

cc.AsyncPool(srcObj, limit, iterator, onEnd, target)
Async Pool class, a helper of cc.async
Parameters:
{Object|Array} srcObj
{Number} limit
the limit of parallel number
{function} iterator
{function} onEnd
{object} target