Skip to content

Instantly share code, notes, and snippets.

@thewei
thewei / TaskQe.js
Last active June 11, 2021 02:23
Javascript实现异步任务队列类
/*
@Author:thewei
@website:http://www.99is.com
@title: 异步事件任务队列类
*/
(function(){
TaskQe = function(){
this._arrayFn = []; //事件集合