You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crate/exegroup
Ge Song a844e9e34c exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
..
eghttp exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
.golangci.yaml exegroup/基于golangci-lint修改代码; 1 year ago
README.md exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
actor.go exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
go.mod exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
go.sum exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
group.go exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
group_test.go exegroup/rewrite control logic, make sync actor stop serial; 4 months ago
signal.go exegroup/rewrite control logic, make sync actor stop serial; 4 months ago

README.md

exegroup 按照顺序启动和终止任务

参考group.go中的使用说明;

Group / Actor / Actor.startFunc 超时时间的约定

  • >= 0 的超时时间被用来初始化定时器, 到时间时触发超时;
  • < 0 的超时时间表示永不超时;
  • 所有超时时间初始化为负数(-1);