# README
eventloop
任务循环,RunLoop实现
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
concurrenceNum:任务最大并发数量,数量必须大于强制顺序顺序类型的数量多,否则并发数有可能被其全部占用,而普通任务无法执行
sleep_deltas:任务处理错误的增量
task_serialize: 任务的管理,序列化、反序列化、hasnext,next等
fn:具体任务的处理逻辑
*/.
# Type aliases
No description provided by the author