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.
10 lines
327 B
Markdown
10 lines
327 B
Markdown
10 months ago
|
# exegroup 按照顺序启动和终止任务
|
||
|
|
||
|
参考[group.go](./group.go)中的使用说明;
|
||
|
|
||
|
### `Group` / `Actor` / `Actor.startFunc` 超时时间的约定
|
||
|
|
||
|
- `>= 0` 的超时时间被用来初始化定时器, 到时间时触发超时;
|
||
|
- `< 0` 的超时时间表示永不超时;
|
||
|
- 所有超时时间初始化为负数(-1);
|