Skip to content

Instantly share code, notes, and snippets.

@onlybenyang
onlybenyang / TaskQe.js
Created January 26, 2018 09:26 — forked from thewei/TaskQe.js
Javascript实现异步任务队列类
/*
@Author:thewei
@website:http://www.99is.com
@title: 异步事件任务队列类
*/
(function(){
TaskQe = function(){
this._arrayFn = []; //事件集合