Documentation
¶
Overview ¶
* @Author: hugo * @Date: 2024-05-10 15:06 * @LastEditors: hugo * @LastEditTime: 2024-05-17 16:48 * @FilePath: \gotox\taskx\taskx.go * @Description: * * Copyright (c) 2024 by hugo, All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaskxGroup ¶
type TaskxGroup struct {
// contains filtered or unexported fields
}
func NewTaskxGroup ¶
func NewTaskxGroup() *TaskxGroup
func (*TaskxGroup) AddTask ¶
func (t *TaskxGroup) AddTask(tasks ...Task)
func (*TaskxGroup) Run ¶
func (t *TaskxGroup) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.