Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepEqualArray ¶ added in v0.8.5
Types ¶
type StateContext ¶
type StateContext struct {
// contains filtered or unexported fields
}
func NewStateContext ¶
func NewStateContext() *StateContext
func (*StateContext) Cancel ¶
func (s *StateContext) Cancel()
func (*StateContext) IsCanceled ¶
func (s *StateContext) IsCanceled() bool
type StopWatch ¶
type StopWatch struct {
// contains filtered or unexported fields
}
func NewStopWatch ¶
type TimeoutPublisher ¶
type TimeoutPublisher struct {
// contains filtered or unexported fields
}
func AutoResetEventTimer ¶
func NewTimeoutPublisher ¶
func NewTimeoutPublisher(duration time.Duration) *TimeoutPublisher
func (*TimeoutPublisher) Channel ¶
func (t *TimeoutPublisher) Channel() <-chan time.Time
func (*TimeoutPublisher) Reset ¶
func (t *TimeoutPublisher) Reset()
func (*TimeoutPublisher) Stop ¶
func (t *TimeoutPublisher) Stop()
Click to show internal directories.
Click to hide internal directories.