issues
search
RussellLuo
/
timingwheel
Golang implementation of Hierarchical Timing Wheels.
MIT License
659
stars
125
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
change Timer to TimerTask interface
#52
yywwann
opened
1 week ago
1
请教添加任务时的解锁时机问题
#51
ddb12138
opened
9 months ago
0
Fix memory leaking issue after stop().
#50
JasonSongHoho
opened
1 year ago
1
Memory leaking issue after stop
#49
JasonSongHoho
opened
1 year ago
0
计算tw.buckets索引的问题
#48
alfiver
opened
1 year ago
1
为什么用这个b unsafe.Pointer 而不用这个*bucket
#47
EddieChan1993
opened
1 year ago
0
允许替换任务执行方式
#46
yeaha
opened
1 year ago
0
timewheel启动了很久,新插入一个定时器直接就过期
#45
tangeping
opened
1 year ago
1
大佬啥时候有空,修修bug
#44
yexm
closed
2 years ago
0
关于addOrRun方法的疑问
#43
EddieChan1993
opened
2 years ago
0
修改 DelayQueue 中的 time.AfterFunc() 可能引发的内存泄漏问题
#42
smartwalle
closed
2 years ago
1
bucket Flush 中链表的删除操作导致多个相同的定时器只会被执行一个
#41
wfireleaves
closed
2 years ago
1
请教一下, 为什么是用链表?
#40
yangliyl
opened
3 years ago
2
缺少 LICENSE 文件
#39
doylecnn
closed
2 years ago
0
任务可以持久化吗?如果程序重启,未执行的任务可以继续执行吗
#38
ayaya118
opened
3 years ago
1
时间轮是不是在go的版本1.14之后与timer对比就没有优势了?
#37
luozhiyun993
opened
3 years ago
0
通过timingwheel写了一个定时任务的模块,出现有的任务不执行,请问如何排查呢
#36
DennisWLX
opened
3 years ago
1
Fix bucket.Flush and the not thread-safe issue between tw.add and tw.advanceClock
#35
yunlong0928
opened
3 years ago
0
TODO: Improve the coordination with b.Add()
#34
yunlong0928
closed
3 years ago
0
TimingWheel中currentTime和overflowWheel变量存在竞争问题
#33
juine
opened
3 years ago
3
bucket flush的时候,为什么可能存在需要restart的timer呢?
#32
yunlong0928
closed
3 years ago
1
DelayQueue poll退出时需要清理wakeupC,不然offer会卡住吧
#31
welllog
opened
3 years ago
11
Scheduler 例子的问题
#30
Alecyrus
closed
3 years ago
1
Fix bucket.Flush
#29
RussellLuo
closed
4 years ago
0
Fix the deadlock issue between bucket.Add and bucket.Flush
#28
RussellLuo
closed
4 years ago
2
add workpool and spinlock
#27
FJSDS
closed
4 years ago
0
add workpool
#26
FJSDS
closed
4 years ago
0
deadlock
#25
FJSDS
closed
4 years ago
1
全局是否只创建一个时间轮,还是需要考虑分时间等级进行创建呢
#24
zjytra
opened
4 years ago
2
大佬,分层管理定时器在哪里实现的呢? 每个定时器都是一个协程处理哦?
#23
zjytra
closed
4 years ago
2
时间轮对象可以重复使用么
#22
zjytra
closed
4 years ago
5
定时器提前执行了
#19
imxyb
opened
4 years ago
8
添加定时器异常
#18
lonerwolf
opened
4 years ago
6
时间复杂度问题
#17
winyMu
closed
4 years ago
2
What is this chan used for?
#16
alanxone
closed
5 years ago
2
questiong of TimingWheel's add function
#15
cquwb
closed
5 years ago
1
修复 32 位机器内存不对齐导致 panic 问题
#14
Allenxuxu
closed
5 years ago
1
32位机器运行会 panic: runtime error
#13
Allenxuxu
closed
5 years ago
1
Add ScheduleFunc to execute tasks scheduled by Scheduler
#12
RussellLuo
closed
5 years ago
0
Add support for scheduling repetitive tasks
#11
RussellLuo
closed
5 years ago
1
Add support for resetting a timer
#10
RussellLuo
opened
5 years ago
0
增加执行定时任务接口
#9
Allenxuxu
closed
5 years ago
1
增加 `func (tw *TimingWheel) EveryFunc(d time.Duration, f func()) *Timer` 方法
#8
Allenxuxu
closed
5 years ago
7
data race error
#7
tsingson
closed
5 years ago
3
解决 invalid memory address or nil pointer dereference 问题
#6
l5071134
closed
5 years ago
6
时间轮必现定时任务没有执行
#5
histalk
closed
5 years ago
4
时间轮的大小的作用和选取
#4
yangjuncode
closed
5 years ago
2
bug of calculate expiration
#3
mupengX
closed
5 years ago
2
add example for timingwheel
#2
tsingson
closed
6 years ago
3
the example need more detail
#1
tsingson
closed
6 years ago
5
Next