Results 2 issues of baiy

* 提供 [ThinkPHP](https://github.com/top-think/think) 项目内部快速实现的`异步代码执行`/`异步延迟执行`/`异步事件订阅`功能 * 内部由 [top-think/think-queue](https://github.com/top-think/think-queue) 提供异步队列支持 * 执行流程: 调用相关方法将需要异步执行的代码插入相应队列中,使用`top-think/think-queue`提供的常驻监听脚本执行对应的代码,来实现系统的异步化 项目地址:

feat: add BiMap for maputil