task

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	// contains filtered or unexported fields
}

Task 运行中的任务代理 goroutine safe

func NewTask

func NewTask(dbTask *model.AsyncTask, asyncTask async_task.ITask, log async_config.Logger) *Task

func (*Task) CheckStop

func (t *Task) CheckStop() bool

func (*Task) Deleting

func (t *Task) Deleting(ctx context.Context) (<-chan async_task.IReport, error)

func (*Task) ID

func (t *Task) ID() uint32

func (*Task) InitCtx

func (t *Task) InitCtx() string

func (*Task) Running

func (t *Task) Running(ctx context.Context) (<-chan async_task.IReport, error)

func (*Task) SendStop

func (t *Task) SendStop() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL