package xsync
import "github.com/coder/websocket/internal/xsync"
Index ¶
Functions ¶
func Go ¶
Go allows running a function in another goroutine and waiting for its error.
Types ¶
type Int64 ¶
type Int64 struct {
// contains filtered or unexported fields
}
Int64 represents an atomic int64.
func (*Int64) Load ¶
Load loads the int64.
func (*Int64) Store ¶
Store stores the int64.
Source Files ¶
- Version
- v1.8.12 (latest)
- Published
- Aug 9, 2024
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 month ago –
Tools for package owners.