# delay-queue **Repository Path**: ted-bug/delay-queue ## Basic Information - **Project Name**: delay-queue - **Description**: 纯golang实现的延时队列 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2023-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, delay-queue ## README # delay-queue #### 介绍 纯golang实现的延时队列 #### 安装教程 1. 需要设置一下私有库连接,不然不会解析到:`go env -w GOPRIVATE=gitee.com` 2. 安装:`go get gitee.com/ted-bug/delay-queue` #### 使用说明 1. 基本使用方式可以查看测试用例`test/`下的文件 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request