We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d31197 commit 87e0b2fCopy full SHA for 87e0b2f
event-loop.go
@@ -22,9 +22,6 @@ type EventLoop struct {
22
23
// timeout for non-Rendering events that needs to be processed in a polling manner
24
platformMessageRefreshRate time.Duration
25
-
26
- // indetifer for the current thread
27
- mainThreadID uint64
28
}
29
30
// newEventLoop must ALWAYS be called if the calling goroutine is
0 commit comments