Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ NewTaskEventSink
Function
NewTaskEventSink
ui/runtime.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
queue
chan
TaskUiEvent
92
mu sync.RWMutex
93
observer
func
(agent.TaskUIEvent)
94
}
95
96
func
NewTaskEventSink() *TaskEventSink {
97
return
&TaskEventSink{queue: make(
chan
TaskUiEvent, 128)}
98
}
Callers
1
NewUiRuntime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected