Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockFuncN ¶
type BlockFuncN struct { Max int64 // contains filtered or unexported fields }
func (*BlockFuncN) Block ¶
func (t *BlockFuncN) Block()
func (*BlockFuncN) None ¶
func (t *BlockFuncN) None()
func (*BlockFuncN) Plan ¶ added in v0.8.0
func (t *BlockFuncN) Plan(n int64)
func (*BlockFuncN) PlanDone ¶ added in v0.8.0
func (t *BlockFuncN) PlanDone(switchFuncs ...func())
func (*BlockFuncN) UnBlock ¶
func (t *BlockFuncN) UnBlock()
func (*BlockFuncN) UnNone ¶
func (t *BlockFuncN) UnNone()
Click to show internal directories.
Click to hide internal directories.