mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-22 15:57:15 +08:00
internal/thread: fix comments
This commit is contained in:
@@ -39,8 +39,6 @@ type OSThread struct {
|
||||
}
|
||||
|
||||
// NewOSThread creates a new thread.
|
||||
//
|
||||
// queueSize indicates the function queue size. This matters when you use CallAsync.
|
||||
func NewOSThread() *OSThread {
|
||||
return &OSThread{
|
||||
funcs: make(chan queueItem),
|
||||
|
||||
Reference in New Issue
Block a user