 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package atomic provides common primitive types with atomic accessors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
	// contains filtered or unexported fields
}
    Bool provides an atomic boolean type.
type Int32 ¶
type Int32 struct {
	// contains filtered or unexported fields
}
    Int32 provides an atomic int32 type.
type Int64 ¶
type Int64 struct {
	// contains filtered or unexported fields
}
    Int64 provides an atomic int64 type.
type Uint32 ¶
type Uint32 struct {
	// contains filtered or unexported fields
}
    Uint32 provides an atomic uint32 type.
type Uint64 ¶
type Uint64 struct {
	// contains filtered or unexported fields
}
    Uint64 provides an atomic uint64 type.
       Source Files
      ¶
      Source Files
      ¶
    
- atomic.go
 Click to show internal directories. 
   Click to hide internal directories.