Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicFloat32 ¶
type AtomicFloat32 struct {
// contains filtered or unexported fields
}
func NewF32 ¶
func NewF32(value float32) *AtomicFloat32
func (*AtomicFloat32) Get ¶
func (f *AtomicFloat32) Get() float32
func (*AtomicFloat32) Set ¶
func (f *AtomicFloat32) Set(p float32)
type AtomicFloat64 ¶
type AtomicFloat64 struct {
// contains filtered or unexported fields
}
func NewF64 ¶
func NewF64(value float64) *AtomicFloat64
type BaseTask ¶
type BaseTask struct {
// contains filtered or unexported fields
}
Simple implementation of Task that can be used as a base for more
func NewBaseTask ¶
func NewBaseTask() *BaseTask
type Progressive ¶
type Progressive interface {
GetProgress() float64
}
Click to show internal directories.
Click to hide internal directories.