Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIntr = errors.New("interrupted")
Functions ¶
Types ¶
type Mutex ¶
type Mutex struct {
// contains filtered or unexported fields
}
Mutex is analgous to sync.Mutex, but the lock operation can be interrupted by the locking user.
Click to show internal directories.
Click to hide internal directories.