We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c86866 commit 598ea66Copy full SHA for 598ea66
readme.md
@@ -91,6 +91,9 @@
91

92
93
## Usage
94
+```
95
+go get -u github.com/memory-overflow/light-task-scheduler
96
97
98
### 使用内存容器实现视频裁剪异步任务调度
99
@@ -216,4 +219,4 @@ func (a *AddActuator) Start(ctx context.Context, ftask *framework.Task) (
216
219
这里,我们简单的直接使用队列来作为任务容器,所以可以直接用框架预置的 queueContainer 作为任务容器,无需单独实现。
217
220
218
221
#### 实现调度
-参考代码[main.go](https://github.com/memory-overflow/light-task-scheduler/blob/main/example/videocut_example/main.go)
222
+参考代码[main.go](https://github.com/memory-overflow/light-task-scheduler/blob/main/example/videocut_example/main.go)
0 commit comments