Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimerNotWaited = errors.New("timer not waited, cannot cancel")
View Source
var ErrTimerWaited = errors.New("timer aleready waited, cannot wait twice")
Functions ¶
This section is empty.
Types ¶
type MockCbTimer ¶
type MockCbTimer struct {
// contains filtered or unexported fields
}
TIMER WITH LOCK PROTECTION
func (*MockCbTimer) Cancel ¶
func (t *MockCbTimer) Cancel() error
func (*MockCbTimer) ForceDone ¶
func (t *MockCbTimer) ForceDone() error
Click to show internal directories.
Click to hide internal directories.