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