Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TaskManagerChan chan OperType
Functions ¶
This section is empty.
Types ¶
type TaskManager ¶
type TaskManager struct {
// contains filtered or unexported fields
}
func (*TaskManager) Run ¶
func (t *TaskManager) Run(ctx context.Context, gm *goroutine.GoroutineManager)
Run 고루틴 작업 관리자
Parameters:
- ctx: 종료 컨텍스트
- gm: 고루틴 작업 정보 구조체
type TaskStrType ¶
type TaskStrType string
const ( TaskManagerStr TaskStrType = "taskManager" ServerStr TaskStrType = "server" ResourceCollectorStr TaskStrType = "resourceCollector" )
func (TaskStrType) Int ¶
func (t TaskStrType) Int() int
Int TaskStrType을 정수로 반환
Returns:
- int: 정수로 변환된 TaskStrType
Click to show internal directories.
Click to hide internal directories.