Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDManager ¶
type IDManager struct {
// contains filtered or unexported fields
}
IDManager is used to generate unique ID concurrently. SQLServer and Replay allocate backend connection ID conrrently, but the ID cannot overlap.
func NewIDManager ¶
func NewIDManager() *IDManager
Click to show internal directories.
Click to hide internal directories.