Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfig = Config{ DirPath: "./_hdd", ConflictRetries: 100, ConflictMaxInterval: time.Millisecond, } )
Functions ¶
Types ¶
type Allocator ¶ added in v0.2.6
type Allocator struct {
// contains filtered or unexported fields
}
func NewAllocator ¶ added in v0.2.6
func NewAllocator() *Allocator
func (*Allocator) ReleaseAll ¶ added in v0.2.6
func (bk *Allocator) ReleaseAll()
Click to show internal directories.
Click to hide internal directories.