MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / TaskEventSink

Struct TaskEventSink

ui/runtime.go:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87const uiAnimationInterval = 120 * time.Millisecond
88
89type TaskEventSink struct {
90 queue chan TaskUiEvent
91}
92
93func NewTaskEventSink() *TaskEventSink {
94 return &TaskEventSink{queue: make(chan TaskUiEvent, 128)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected