2015-01-29 10:27:42 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module AsyncTaskPool
|
|
|
|
-- @parent_module cc
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-24 16:35:26 +08:00
|
|
|
-- Stop tasks.<br>
|
|
|
|
-- param type Task type you want to stop.
|
2015-01-29 10:27:42 +08:00
|
|
|
-- @function [parent=#AsyncTaskPool] stopTasks
|
|
|
|
-- @param self
|
|
|
|
-- @param #int type
|
|
|
|
-- @return AsyncTaskPool#AsyncTaskPool self (return value: cc.AsyncTaskPool)
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-24 16:35:26 +08:00
|
|
|
-- Destroys the async task pool.
|
2016-02-26 10:11:26 +08:00
|
|
|
-- @function [parent=#AsyncTaskPool] destroyInstance
|
2015-01-29 10:27:42 +08:00
|
|
|
-- @param self
|
|
|
|
-- @return AsyncTaskPool#AsyncTaskPool self (return value: cc.AsyncTaskPool)
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-24 16:35:26 +08:00
|
|
|
-- Returns the shared instance of the async task pool.
|
2015-01-29 10:27:42 +08:00
|
|
|
-- @function [parent=#AsyncTaskPool] getInstance
|
|
|
|
-- @param self
|
|
|
|
-- @return AsyncTaskPool#AsyncTaskPool ret (return value: cc.AsyncTaskPool)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#AsyncTaskPool] AsyncTaskPool
|
|
|
|
-- @param self
|
|
|
|
-- @return AsyncTaskPool#AsyncTaskPool self (return value: cc.AsyncTaskPool)
|
|
|
|
|
2015-01-29 10:27:42 +08:00
|
|
|
return nil
|