Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thread ¶
type Thread struct {
// contains filtered or unexported fields
}
Thread represents an OS thread.
func New ¶
func New() *Thread
New creates a new thread.
It is assumed that the OS thread is fixed by runtime.LockOSThread when New is called.
Click to show internal directories.
Click to hide internal directories.