Issues
- 1
计算tw.buckets索引的问题
#48 opened by alfiver - 0
请教添加任务时的解锁时机问题
#51 opened by ddb12138 - 0
Memory leaking issue after stop
#49 opened by JasonSongHoho - 0
为什么用这个b unsafe.Pointer 而不用这个*bucket
#47 opened by EddieChan1993 - 1
timewheel启动了很久,新插入一个定时器直接就过期
#45 opened by tangeping - 0
大佬啥时候有空,修修bug
#44 opened by yexm - 0
关于addOrRun方法的疑问
#43 opened by EddieChan1993 - 3
TimingWheel中currentTime和overflowWheel变量存在竞争问题
#33 opened by juine - 1
bucket Flush 中链表的删除操作导致多个相同的定时器只会被执行一个
#41 opened by wfireleaves - 11
DelayQueue poll退出时需要清理wakeupC,不然offer会卡住吧
#31 opened by welllog - 2
请教一下, 为什么是用链表?
#40 opened by yangliyl - 0
缺少 LICENSE 文件
#39 opened by doylecnn - 1
任务可以持久化吗?如果程序重启,未执行的任务可以继续执行吗
#38 opened by ayaya118 - 0
时间轮是不是在go的版本1.14之后与timer对比就没有优势了?
#37 opened by luozhiyun993 - 1
通过timingwheel写了一个定时任务的模块,出现有的任务不执行,请问如何排查呢
#36 opened by DennisWLX - 0
TODO: Improve the coordination with b.Add()
#34 opened by yunlong0928 - 1
bucket flush的时候,为什么可能存在需要restart的timer呢?
#32 opened by yunlong0928 - 1
Scheduler 例子的问题
#30 opened by Alecyrus - 8
- 1
- 2
全局是否只创建一个时间轮,还是需要考虑分时间等级进行创建呢
#24 opened by zjytra - 2
大佬,分层管理定时器在哪里实现的呢? 每个定时器都是一个协程处理哦?
#23 opened by zjytra - 5
时间轮对象可以重复使用么
#22 opened by zjytra - 6
- 2
- 2
What is this chan used for?
#16 opened by alanxone - 0
Add support for resetting a timer
#10 opened by RussellLuo - 1
questiong of TimingWheel's add function
#15 opened by cquwb - 1
32位机器运行会 panic: runtime error
#13 opened by Allenxuxu - 7
- 1
Add support for scheduling repetitive tasks
#11 opened by RussellLuo - 3
data race error
#7 opened by tsingson - 4
时间轮必现定时任务没有执行
#5 opened by histalk - 2
时间轮的大小的作用和选取
#4 opened by yangjuncode - 2
bug of calculate expiration
#3 opened by mupengX - 5
the example need more detail
#1 opened by tsingson