The highest tagged major version is
v2.
package
Version:
v1.11.3
Opens a new window with list of versions in this module.
Published: Jun 14, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Thread represents an OS thread.
New creates a new thread.
It is assumed that the OS thread is fixed by runtime.LockOSThread when New is called.
Call calls f on the thread.
Do not call this from the same thread. This would block forever.
Call blocks if Loop is not called.
Loop starts the thread loop.
Loop must be called on the thread.
Loop can be called multiple times.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.